Skip to content

Commit

Permalink
Revert "Deactivate failing tests for example_15"
Browse files Browse the repository at this point in the history
This reverts commit 0c3c978.
  • Loading branch information
christophfroehlich committed Jul 30, 2024
1 parent 0ba16d2 commit 342f48d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example_15/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ install(
if(BUILD_TESTING)
find_package(ament_cmake_pytest REQUIRED)

# TODO(christophfroehlich) deactivated because of bug in spawner
# ament_add_pytest_test(test_rrbot_namespace_launch test/test_rrbot_namespace_launch.py)
# ament_add_pytest_test(test_multi_controller_manager_launch test/test_multi_controller_manager_launch.py)
ament_add_pytest_test(test_rrbot_namespace_launch test/test_rrbot_namespace_launch.py)
ament_add_pytest_test(test_multi_controller_manager_launch test/test_multi_controller_manager_launch.py)

endif()

Expand Down

0 comments on commit 342f48d

Please sign in to comment.