Mark test_invocations.test_optimize as not_frozen
This commit is contained in:
parent
b488d7f9fd
commit
144895d35e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user