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 d9d440a commit c0d8da2Copy full SHA for c0d8da2
ros2param/test/test_verb_load.py
@@ -72,13 +72,6 @@
72
' use_sim_time: false\n'
73
)
74
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
-
82
83
@pytest.mark.rostest
84
@launch_testing.parametrize('rmw_implementation', get_available_rmw_implementations())
0 commit comments