found more disabled tests that shouldn't be for Fast-RTPS
This commit is contained in:
parent
283e476c26
commit
517b79bac6
1 changed files with 2 additions and 3 deletions
|
@ -64,10 +64,9 @@ function(test_target_function)
|
|||
)
|
||||
|
||||
set(SKIP_TEST "")
|
||||
# TODO(wjwwood): remove this when the graph API works properly for FastRTPS
|
||||
# TODO(wjwwood): remove this when the graph API works properly for connext dynamic
|
||||
if(
|
||||
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" OR
|
||||
rmw_implementation STREQUAL "rmw_fastrtps_cpp"
|
||||
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp"
|
||||
)
|
||||
message(STATUS "Skipping test_graph${target_suffix} test.")
|
||||
set(SKIP_TEST "SKIP_TEST")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue