Skip to content

Commit

Permalink
Mark flaky test with xfail: TestMultiThreadedExecutor (#1109)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored May 11, 2020
1 parent e24f402 commit 846e4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rclcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 846e4ce

Please sign in to comment.