diff --git a/tests/unit/misc/test_guiprocess.py b/tests/unit/misc/test_guiprocess.py index d38d708e3..ae25b5935 100644 --- a/tests/unit/misc/test_guiprocess.py +++ b/tests/unit/misc/test_guiprocess.py @@ -220,6 +220,7 @@ def test_exit_unsuccessful_output(qtbot, proc, caplog, py_proc, stream): assert caplog.records[1].msg == 'Process {}:\ntest'.format(stream) +@pytest.mark.not_frozen @pytest.mark.parametrize('stream', ['stdout', 'stderr']) def test_exit_successful_output(qtbot, proc, py_proc, stream): """When a process suceeds, no output should be logged.