Skip to content

Commit 2322223

Browse files
authored
Mark gtest_subscription__rmw_connextdds xfail. (#531)
It fails only on Connext, and via debugging it seems like the problem is in Connext itself. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 76808dc commit 2322223

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: test_rclcpp/CMakeLists.txt

+7
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,13 @@ if(BUILD_TESTING)
390390

391391
custom_executable(test_client_scope_consistency_server_cpp "test/test_client_scope_consistency_server.cpp")
392392
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()
393400
endif() # BUILD_TESTING
394401

395402
# TODO should not install anything

0 commit comments

Comments
 (0)