Mark flaky test with xfail: TestMultiThreadedExecutor (#1109)
Signed-off-by: Louise Poubel <louise@openrobotics.org>
This commit is contained in:
parent
e24f402238
commit
846e4ce9d3
1 changed files with 1 additions and 0 deletions
|
@ -604,6 +604,7 @@ if(BUILD_TESTING)
|
|||
ament_target_dependencies(test_multi_threaded_executor
|
||||
"rcl")
|
||||
target_link_libraries(test_multi_threaded_executor ${PROJECT_NAME})
|
||||
ament_add_test_label(test_multi_threaded_executor xfail)
|
||||
endif()
|
||||
|
||||
ament_add_gtest(test_guard_condition test/test_guard_condition.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue