From a6a42a2baa3c72457f4ed96a6282d92d1c95d225 Mon Sep 17 00:00:00 2001 From: Steve Macenski Date: Mon, 27 Apr 2020 20:05:42 -0700 Subject: [PATCH] Temporarily remove planner tests --- nav2_system_tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nav2_system_tests/CMakeLists.txt b/nav2_system_tests/CMakeLists.txt index f26e9d317a..1fba96254c 100644 --- a/nav2_system_tests/CMakeLists.txt +++ b/nav2_system_tests/CMakeLists.txt @@ -50,7 +50,7 @@ if(BUILD_TESTING) find_package(ament_cmake_gtest REQUIRED) find_package(ament_cmake_pytest REQUIRED) - add_subdirectory(src/planning) + # add_subdirectory(src/planning) add_subdirectory(src/localization) add_subdirectory(src/system) add_subdirectory(src/updown)