Skip to content

Commit

Permalink
Re-enable executor test on rmw_connextdds. (ros2#2693)
Browse files Browse the repository at this point in the history
It supports the events executor now, so re-enable the test.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored and HarunTeper committed Dec 9, 2024
1 parent fa95b39 commit 537b2c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rclcpp/test/rclcpp/executors/test_executors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ TYPED_TEST(TestExecutors, releaseOwnershipEntityAfterSpinningCancel)
TYPED_TEST(TestExecutors, testRaceDropCallbackGroupFromSecondThread)
{
using ExecutorType = TypeParam;
<<<<<<< HEAD
<<<<<<< HEAD

// Create an executor
Expand All @@ -879,6 +880,8 @@ TYPED_TEST(TestExecutors, testRaceDropCallbackGroupFromSecondThread)
{
GTEST_SKIP();
}
=======
>>>>>>> d7245365 (Re-enable executor test on rmw_connextdds. (#2693))

// Create an executor
ExecutorType executor;
Expand Down

0 comments on commit 537b2c0

Please sign in to comment.