diff --git a/test/pathod/test_pathod.py b/test/pathod/test_pathod.py index 10f3b5a3b..05a3962ef 100644 --- a/test/pathod/test_pathod.py +++ b/test/pathod/test_pathod.py @@ -233,6 +233,7 @@ class CommonTests(tutils.DaemonTests): # FIXME: Race Condition? assert "Parse error" in self.d.text_log() + @pytest.mark.skip(reason="race condition") def test_websocket_frame_disconnect_error(self): self.pathoc(["ws:/p/", "wf:b@10:d3"], ws_read_limit=0) assert self.d.last_log()