Skip to content

Commit

Permalink
Add support for rmw_connextdds (ros2#671)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Sorbini <asorbini@rti.com>
  • Loading branch information
asorbini committed Mar 11, 2021
1 parent 1cbf584 commit f5a5a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbag2_transport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,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(.*)")
if(${rmw_implementation} MATCHES "rmw_connext(.*)_cpp")
set(SKIP_TEST "SKIP_TEST")
endif()

Expand Down

0 comments on commit f5a5a48

Please sign in to comment.