Skip to content

Commit 1d61280

Browse files
committed
CI: remove test skipping
1 parent 3fca101 commit 1d61280

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/harmonic/test_follow_road.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ class TestTopicMsgs(unittest.TestCase):
5858
@classmethod
5959
def setUpClass(cls):
6060
"""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-
6561
rclpy.init()
6662
cls.node = rclpy.create_node("test_node")
6763

0 commit comments

Comments
 (0)