We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76808dc commit 2322223Copy full SHA for 2322223
test_rclcpp/CMakeLists.txt
@@ -390,6 +390,13 @@ if(BUILD_TESTING)
390
391
custom_executable(test_client_scope_consistency_server_cpp "test/test_client_scope_consistency_server.cpp")
392
custom_gtest_executable(test_client_scope_consistency_client_cpp "test/test_client_scope_consistency_client.cpp")
393
+
394
+ # TODO(clalancette): Under load, the gtest_subscription__rmw_connextdds test fails deep in the
395
+ # bowels of Connext; see https://github.com/ros2/rmw_connextdds/issues/136 for details. Mark it
396
+ # as xfail for now so we can keep CI green.
397
+ if(TARGET gtest_subscription__rmw_connextdds)
398
+ ament_add_test_label(gtest_subscription__rmw_connextdds xfail)
399
+ endif()
400
endif() # BUILD_TESTING
401
402
# TODO should not install anything
0 commit comments