Skip to content

Commit 5188639

Browse files
authored
Mark cyclonedds test_service test as flakey (#648)
This is ticketed at ros2/rmw_cyclonedds#185 Signed-off-by: Tully Foote <[email protected]>
1 parent 7309359 commit 5188639

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rcl/test/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ function(test_target_function)
219219
PUBLIC "RMW_TIMESTAMPS_SUPPORTED=1")
220220
target_compile_definitions(test_service${target_suffix}
221221
PUBLIC "RMW_TIMESTAMPS_SUPPORTED=1")
222+
# TODO(tfoote) Disable this tests on CI as it's being flakey
223+
# This should be removed when https://github.com/ros2/rmw_cyclonedds/issues/185 is resolved.
224+
ament_add_test_label(test_service${target_suffix} xfail)
222225
else()
223226
message(STATUS "Disabling message timestamp test for ${rmw_implementation}")
224227
endif()

0 commit comments

Comments
 (0)