Skip to content

Commit

Permalink
Mark cyclonedds test_service test as flakey (#648)
Browse files Browse the repository at this point in the history
This is ticketed at ros2/rmw_cyclonedds#185

Signed-off-by: Tully Foote <tfoote@osrfoundation.org>
  • Loading branch information
tfoote committed May 14, 2020
1 parent 7309359 commit 5188639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rcl/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ function(test_target_function)
PUBLIC "RMW_TIMESTAMPS_SUPPORTED=1")
target_compile_definitions(test_service${target_suffix}
PUBLIC "RMW_TIMESTAMPS_SUPPORTED=1")
# TODO(tfoote) Disable this tests on CI as it's being flakey
# This should be removed when https://github.com/ros2/rmw_cyclonedds/issues/185 is resolved.
ament_add_test_label(test_service${target_suffix} xfail)
else()
message(STATUS "Disabling message timestamp test for ${rmw_implementation}")
endif()
Expand Down

0 comments on commit 5188639

Please sign in to comment.