From 144895d35e438e5a55d8d55c049829b49452cfb3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 10 Aug 2016 15:05:55 +0200 Subject: [PATCH] Mark test_invocations.test_optimize as not_frozen --- tests/end2end/test_invocations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py index a30be692b..bdb4e11da 100644 --- a/tests/end2end/test_invocations.py +++ b/tests/end2end/test_invocations.py @@ -109,6 +109,7 @@ def test_no_loglines(quteproc_new): assert quteproc_new.get_content() == 'Log output was disabled.' +@pytest.mark.not_frozen @pytest.mark.parametrize('level', ['1', '2']) def test_optimize(quteproc_new, capfd, level): quteproc_new.start(args=['--temp-basedir'] + BASE_ARGS,