We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fca101 commit 1d61280Copy full SHA for 1d61280
1 file changed
test/harmonic/test_follow_road.py
@@ -58,10 +58,6 @@ class TestTopicMsgs(unittest.TestCase):
58
@classmethod
59
def setUpClass(cls):
60
"""Set up ROS node for testing."""
61
- # Skip all tests if the env var not is set (e.g., IS_HARMONIC=0)
62
- if os.environ.get("IS_HARMONIC", "0") == "0":
63
- raise unittest.SkipTest("Skipping non-harmonic tests due to IS_HARMONIC=0")
64
-
65
rclpy.init()
66
cls.node = rclpy.create_node("test_node")
67
0 commit comments