diff --git a/tests/devx/test_debugger.py b/tests/devx/test_debugger.py index 7f602441..e6e40b51 100644 --- a/tests/devx/test_debugger.py +++ b/tests/devx/test_debugger.py @@ -197,6 +197,11 @@ def test_root_actor_bp_forever( child.expect(EOF) +# skip on non-Linux CI +@pytest.mark.ctlcs_bish( + _non_linux, + _ci_env, +) @pytest.mark.parametrize( 'do_next', (True, False), @@ -968,6 +973,11 @@ def test_different_debug_mode_per_actor( ) +# skip on non-Linux CI +@pytest.mark.ctlcs_bish( + _non_linux, + _ci_env, +) def test_post_mortem_api( spawn, ctlc: bool,