tests: silence flaky pathod test
This commit is contained in:
parent
395b11d288
commit
84144ca0c6
|
@ -233,6 +233,7 @@ class CommonTests(tutils.DaemonTests):
|
||||||
# FIXME: Race Condition?
|
# FIXME: Race Condition?
|
||||||
assert "Parse error" in self.d.text_log()
|
assert "Parse error" in self.d.text_log()
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="race condition")
|
||||||
def test_websocket_frame_disconnect_error(self):
|
def test_websocket_frame_disconnect_error(self):
|
||||||
self.pathoc(["ws:/p/", "wf:b@10:d3"], ws_read_limit=0)
|
self.pathoc(["ws:/p/", "wf:b@10:d3"], ws_read_limit=0)
|
||||||
assert self.d.last_log()
|
assert self.d.last_log()
|
||||||
|
|
Loading…
Reference in New Issue