Skip to content
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
2 changes: 1 addition & 1 deletion rosbag2_transport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function(create_tests_for_rmw_implementation)
# disable the following tests for connext
# due to slower discovery of nodes
set(SKIP_TEST "")
if(${rmw_implementation} MATCHES "(.*)connext(.*)")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could keep a (.*)connext(.*)_cpp filter here, which would skip the test for the old rmw_connext_cpp and rmw_connext_dynamic_cpp, but not for rmw_connextdds.

if(${rmw_implementation} MATCHES "rmw_connext(.*)_cpp")
set(SKIP_TEST "SKIP_TEST")
endif()

Expand Down