Skip to content

Commit

Permalink
Disable graph tests with OpenSplice
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Apr 2, 2019
1 parent 87186b1 commit 3ee8963
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rcl_action/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,13 @@ if(BUILD_TESTING)
"test/rcl_action/test_action_communication.cpp")
custom_test_c(test_action_interaction
"test/rcl_action/test_action_interaction.cpp")
custom_test_c(test_graph
"test/rcl_action/test_graph.cpp")

# TODO(jacobperron): Graph tests fail with opensplice. Re-enable after resolving
# https://github.com/ros2/ros2/issues/677
if(NOT rmw_implementation STREQUAL "rmw_opensplice_cpp")
custom_test_c(test_graph
"test/rcl_action/test_graph.cpp")
endif()
endmacro()

call_for_each_rmw_implementation(targets)
Expand Down

0 comments on commit 3ee8963

Please sign in to comment.