Skip to content

Commit f9007fa

Browse files
Revert "Deactivate failing tests for example_15"
This reverts commit 0c3c978.
1 parent a0a2680 commit f9007fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

example_15/CMakeLists.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ install(
2828
if(BUILD_TESTING)
2929
find_package(ament_cmake_pytest REQUIRED)
3030

31-
# TODO(christophfroehlich) deactivated because of bug in spawner
32-
# ament_add_pytest_test(test_rrbot_namespace_launch test/test_rrbot_namespace_launch.py)
33-
# ament_add_pytest_test(test_multi_controller_manager_launch test/test_multi_controller_manager_launch.py)
31+
ament_add_pytest_test(test_rrbot_namespace_launch test/test_rrbot_namespace_launch.py)
32+
ament_add_pytest_test(test_multi_controller_manager_launch test/test_multi_controller_manager_launch.py)
3433

3534
endif()
3635

0 commit comments

Comments
 (0)