Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark gtest_subscription__rmw_connextdds xfail. #531

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions test_rclcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,13 @@ if(BUILD_TESTING)

custom_executable(test_client_scope_consistency_server_cpp "test/test_client_scope_consistency_server.cpp")
custom_gtest_executable(test_client_scope_consistency_client_cpp "test/test_client_scope_consistency_client.cpp")

# TODO(clalancette): Under load, the gtest_subscription__rmw_connextdds test fails deep in the
# bowels of Connext; see https://github.com/ros2/rmw_connextdds/issues/136 for details. Mark it
# as xfail for now so we can keep CI green.
if(TARGET gtest_subscription__rmw_connextdds)
ament_add_test_label(gtest_subscription__rmw_connextdds xfail)
endif()
endif() # BUILD_TESTING

# TODO should not install anything
Expand Down