Skip test_ipc:test_timeout on OS X.

It almost always causes issues and I have no idea why... Let's skip it for now.

Fixes #975.
This commit is contained in:
Florian Bruhin 2015-10-02 08:52:51 +02:00
parent b88a22b139
commit 18bd20e109

View File

@ -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()