Skip to content

Commit

Permalink
improve robustness of test_events
Browse files Browse the repository at this point in the history
Signed-off-by: Miaofei <miaofei@amazon.com>
  • Loading branch information
mm318 committed May 3, 2019
1 parent 461ad9c commit c05bd50
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 129 deletions.
7 changes: 0 additions & 7 deletions rcl/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,19 +199,12 @@ function(test_target_function)
AMENT_DEPENDENCIES ${rmw_implementation} "osrf_testing_tools_cpp" "test_msgs"
)

# TODO(mm318): test_events seem to be failing on the macOS build farm.
# we will try to re-enable this test asap.
set(AMENT_GTEST_ARGS "")
if(APPLE)
set(AMENT_GTEST_ARGS "SKIP_TEST")
endif()
rcl_add_custom_gtest(test_events${target_suffix}
SRCS rcl/test_events.cpp
ENV ${rmw_implementation_env_var}
APPEND_LIBRARY_DIRS ${extra_lib_dirs}
LIBRARIES ${PROJECT_NAME}
AMENT_DEPENDENCIES ${rmw_implementation} "osrf_testing_tools_cpp" "test_msgs"
${AMENT_GTEST_ARGS}
)

rcl_add_custom_gtest(test_wait${target_suffix}
Expand Down
Loading

0 comments on commit c05bd50

Please sign in to comment.