Skip to content

Commit d9d440a

Browse files
committed
Re-enable ros2 param dump tests on Windows.
Signed-off-by: Michel Hidalgo <[email protected]>
1 parent f57d8bd commit d9d440a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ros2param/test/test_verb_dump.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@
7272
' use_sim_time: false\n'
7373
)
7474

75-
# Skip cli tests on Windows while they exhibit pathological behavior
76-
# https://github.com/ros2/build_farmer/issues/248
77-
if sys.platform.startswith('win'):
78-
pytest.skip(
79-
'CLI tests can block for a pathological amount of time on Windows.',
80-
allow_module_level=True)
81-
8275

8376
@pytest.mark.rostest
8477
@launch_testing.parametrize('rmw_implementation', get_available_rmw_implementations())

0 commit comments

Comments
 (0)