Skip to content

Commit

Permalink
Disables test_rclcpp cross vendor tests on Windows.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Feb 26, 2019
1 parent 9b50bc3 commit a621d15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test_rclcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,14 @@ if(BUILD_TESTING)
else()
set(target_suffix "__${rmw_implementation1}__${rmw_implementation2}")
endif()
# TODO(hidmic): enable tests once FastRTPS <=> (Opensplice|Connext) interoperation
# issues are resolved (see https://github.com/ros2/rmw_fastrtps/issues/246).
custom_launch_test_two_executables(test_node_name
node_with_name node_name_list
ARGS1 "${rmw_implementation1}" ARGS2 "node_with_name_${rmw_implementation1}"
RMW1 ${rmw_implementation1} RMW2 ${rmw_implementation2}
TIMEOUT 15)
TIMEOUT 15
${SKIP_TEST})
endmacro()

macro(targets)
Expand Down

0 comments on commit a621d15

Please sign in to comment.