diff --git a/rclcpp/test/rclcpp/executors/test_executors.cpp b/rclcpp/test/rclcpp/executors/test_executors.cpp index 1712800143..375540810a 100644 --- a/rclcpp/test/rclcpp/executors/test_executors.cpp +++ b/rclcpp/test/rclcpp/executors/test_executors.cpp @@ -799,13 +799,6 @@ TYPED_TEST(TestExecutors, releaseOwnershipEntityAfterSpinningCancel) TYPED_TEST(TestExecutors, testRaceDropCallbackGroupFromSecondThread) { using ExecutorType = TypeParam; - // rmw_connextdds doesn't support events-executor - if ( - std::is_same() && - std::string(rmw_get_implementation_identifier()).find("rmw_connextdds") == 0) - { - GTEST_SKIP(); - } // Create an executor ExecutorType executor;