diff --git a/tests/unit/misc/test_ipc.py b/tests/unit/misc/test_ipc.py index 734b4dad8..6d07dc7d8 100644 --- a/tests/unit/misc/test_ipc.py +++ b/tests/unit/misc/test_ipc.py @@ -592,6 +592,8 @@ class TestSendToRunningInstance: assert str(excinfo.value) == msg +@pytest.mark.not_osx(reason="https://github.com/The-Compiler/qutebrowser/" + "issues/975") def test_timeout(qtbot, caplog, qlocalsocket, ipc_server): ipc_server._timer.setInterval(100) ipc_server.listen()