diff --git a/tests/functional/test_zsh.py b/tests/functional/test_zsh.py index c0df1f0..aca539c 100644 --- a/tests/functional/test_zsh.py +++ b/tests/functional/test_zsh.py @@ -49,7 +49,7 @@ def test_select_command_with_arrows(proc, TIMEOUT): @pytest.mark.functional -@pytest.mark.once_without_docker +@pytest.mark.skip_without_docker def test_refuse_with_confirmation(proc, TIMEOUT): refuse_with_confirmation(proc, TIMEOUT) history_not_changed(proc, TIMEOUT)