From 46f2351907caac756382ad3dd9ffc428a9125701 Mon Sep 17 00:00:00 2001 From: nvbn Date: Mon, 22 Feb 2016 18:47:15 +0300 Subject: [PATCH] #N/A: zsh history doesn't update on travis-ci without manual `fc -r` call --- 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 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)