Mark cyclonedds test_service test as flakey (#648)
This is ticketed at https://github.com/ros2/rmw_cyclonedds/issues/185 Signed-off-by: Tully Foote <tfoote@osrfoundation.org>
This commit is contained in:
parent
73093590e6
commit
51886399dd
1 changed files with 3 additions and 0 deletions
|
@ -219,6 +219,9 @@ function(test_target_function)
|
||||||
PUBLIC "RMW_TIMESTAMPS_SUPPORTED=1")
|
PUBLIC "RMW_TIMESTAMPS_SUPPORTED=1")
|
||||||
target_compile_definitions(test_service${target_suffix}
|
target_compile_definitions(test_service${target_suffix}
|
||||||
PUBLIC "RMW_TIMESTAMPS_SUPPORTED=1")
|
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()
|
else()
|
||||||
message(STATUS "Disabling message timestamp test for ${rmw_implementation}")
|
message(STATUS "Disabling message timestamp test for ${rmw_implementation}")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue