From 846e4ce9d3777c212f632c558e923a3ef2db2154 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Mon, 11 May 2020 09:16:04 -0700 Subject: [PATCH] Mark flaky test with xfail: TestMultiThreadedExecutor (#1109) Signed-off-by: Louise Poubel --- rclcpp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/rclcpp/CMakeLists.txt b/rclcpp/CMakeLists.txt index ef2f106..6eb02df 100644 --- a/rclcpp/CMakeLists.txt +++ b/rclcpp/CMakeLists.txt @@ -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