Skip to content

Commit

Permalink
Temporarily disable dump_params test (#1856)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Mittal <sarthakmittal2608@gmail.com>
  • Loading branch information
naiveHobo authored Jul 7, 2020
1 parent 647b53b commit 4755a1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions nav2_util/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ ament_add_gtest(test_robot_utils test_robot_utils.cpp)
ament_target_dependencies(test_robot_utils geometry_msgs)
target_link_libraries(test_robot_utils ${library_name})

add_launch_test(
"test_dump_params/test_dump_params.launch.py"
TIMEOUT 30
ENV
TEST_EXECUTABLE=$<TARGET_FILE:dump_params>
)
# This test is disabled due to failing services
# https://github.com/ros-planning/navigation2/issues/1836

# add_launch_test(
# "test_dump_params/test_dump_params.test.py"
# TARGET "test_dump_params"
# TIMEOUT 30
# ENV
# TEST_EXECUTABLE=$<TARGET_FILE:dump_params>
# )

0 comments on commit 4755a1e

Please sign in to comment.