Mark flaky test with xfail: TestMultiThreadedExecutor (#1109)

Signed-off-by: Louise Poubel <louise@openrobotics.org>
This commit is contained in:
Louise Poubel 2020-05-11 09:16:04 -07:00 committed by GitHub
parent e24f402238
commit 846e4ce9d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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