Skip to content

Commit

Permalink
Re-enable ros2 param load tests on Windows.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Feb 18, 2021
1 parent d9d440a commit c0d8da2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ros2param/test/test_verb_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@
' use_sim_time: false\n'
)

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


@pytest.mark.rostest
@launch_testing.parametrize('rmw_implementation', get_available_rmw_implementations())
Expand Down

0 comments on commit c0d8da2

Please sign in to comment.