We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33feb1 commit e99849dCopy full SHA for e99849d
1 file changed
rcl/test/CMakeLists.txt
@@ -244,9 +244,6 @@ function(test_target_function)
244
PUBLIC "RMW_TIMESTAMPS_SUPPORTED=1")
245
target_compile_definitions(test_service${target_suffix}
246
247
- # TODO(tfoote) Disable this tests on CI as it's being flakey
248
- # This should be removed when https://github.com/ros2/rmw_cyclonedds/issues/185 is resolved.
249
- ament_add_test_label(test_service${target_suffix} xfail)
250
else()
251
message(STATUS "Disabling message timestamp test for ${rmw_implementation}")
252
endif()
0 commit comments