Skip to content

Commit d724536

Browse files
authored
Re-enable executor test on rmw_connextdds. (#2693)
It supports the events executor now, so re-enable the test. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 3310f9e commit d724536

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rclcpp/test/rclcpp/executors/test_executors.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -861,13 +861,6 @@ TYPED_TEST(TestExecutors, releaseOwnershipEntityAfterSpinningCancel)
861861
TYPED_TEST(TestExecutors, testRaceDropCallbackGroupFromSecondThread)
862862
{
863863
using ExecutorType = TypeParam;
864-
// rmw_connextdds doesn't support events-executor
865-
if (
866-
std::is_same<ExecutorType, rclcpp::experimental::executors::EventsExecutor>() &&
867-
std::string(rmw_get_implementation_identifier()).find("rmw_connextdds") == 0)
868-
{
869-
GTEST_SKIP();
870-
}
871864

872865
// Create an executor
873866
ExecutorType executor;

0 commit comments

Comments
 (0)