mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
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?
|
||||
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()
|
||||
|
Loading…
Reference in New Issue
Block a user