Skip to content

Commit bea3693

Browse files
Remove wrong test (#719)
1 parent 41a1982 commit bea3693

File tree

3 files changed

+0
-63
lines changed

3 files changed

+0
-63
lines changed

example_13/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ if(BUILD_TESTING)
3939
find_package(ament_cmake_pytest REQUIRED)
4040

4141
ament_add_pytest_test(example_13_urdf_xacro test/test_urdf_xacro.py)
42-
ament_add_pytest_test(view_example_13_launch test/test_view_robot_launch.py)
4342

4443
function(add_ros_isolated_launch_test path)
4544
set(RUNNER "${ament_cmake_ros_DIR}/run_test_isolated.py")

example_13/test/test_three_robots_launch.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
import os
3232
import unittest
33-
import psutil
3433
import subprocess
3534

3635
from ament_index_python.packages import get_package_share_directory
@@ -350,10 +349,3 @@ class TestDescriptionCraneShutdown(unittest.TestCase):
350349
def test_exit_codes(self, proc_info):
351350
"""Check if the processes exited normally."""
352351
launch_testing.asserts.assertExitCodes(proc_info)
353-
354-
def test_process_running(self):
355-
for proc in psutil.process_iter():
356-
# check whether the process name matches
357-
if "ros2_control_node" in proc.name():
358-
print("ros2_control_node found")
359-
proc.kill()

example_13/test/test_view_robot_launch.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)