From 990ba57159bc2081feb2f5286dc82f4e50e3794c Mon Sep 17 00:00:00 2001 From: nvbn Date: Mon, 27 Jun 2016 23:12:05 +0300 Subject: [PATCH] #N/A: Disable zsh `test_with_confirmation` without docker --- tests/functional/test_zsh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_zsh.py b/tests/functional/test_zsh.py index aca539c8..68457bdf 100644 --- a/tests/functional/test_zsh.py +++ b/tests/functional/test_zsh.py @@ -35,7 +35,7 @@ def proc(request, spawnu, run_without_docker): @pytest.mark.functional -@pytest.mark.once_without_docker +@pytest.mark.skip_without_docker def test_with_confirmation(proc, TIMEOUT): with_confirmation(proc, TIMEOUT) history_changed(proc, TIMEOUT, u'echo test')