tests: Skip test_normal_connection IPC test on OS X.

Seems like it hangs there sometimes.
This commit is contained in:
Florian Bruhin 2015-11-23 20:33:11 +01:00
parent 607ca0f478
commit 196d1e95be

View File

@ -677,7 +677,7 @@ class TestSendOrListen:
yield legacy_server
legacy_server.shutdown()
@pytest.mark.posix(reason="Flaky on Windows")
@pytest.mark.linux(reason="Flaky on Windows and OS X")
def test_normal_connection(self, caplog, qtbot, args):
ret_server = ipc.send_or_listen(args)
assert isinstance(ret_server, ipc.IPCServer)