Mark test_invocations.test_optimize as not_frozen

This commit is contained in:
Florian Bruhin 2016-08-10 15:05:55 +02:00
parent b488d7f9fd
commit 144895d35e

View File

@ -109,6 +109,7 @@ def test_no_loglines(quteproc_new):
assert quteproc_new.get_content() == 'Log output was disabled.' assert quteproc_new.get_content() == 'Log output was disabled.'
@pytest.mark.not_frozen
@pytest.mark.parametrize('level', ['1', '2']) @pytest.mark.parametrize('level', ['1', '2'])
def test_optimize(quteproc_new, capfd, level): def test_optimize(quteproc_new, capfd, level):
quteproc_new.start(args=['--temp-basedir'] + BASE_ARGS, quteproc_new.start(args=['--temp-basedir'] + BASE_ARGS,