aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_pathod.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-05-18 22:51:27 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-05-18 22:51:27 -0700
commita7b9e3033db29a27344c9f5d968c2af25d4a9ac0 (patch)
tree6f56cf11d2d7750edb193831f368c8c7d156b974 /test/pathod/test_pathod.py
parentf4c3c012661139687eb6151e8d364263c903d8a9 (diff)
downloadmitmproxy-a7b9e3033db29a27344c9f5d968c2af25d4a9ac0.tar.gz
mitmproxy-a7b9e3033db29a27344c9f5d968c2af25d4a9ac0.tar.bz2
mitmproxy-a7b9e3033db29a27344c9f5d968c2af25d4a9ac0.zip
tests: properly skip pathod tests
Diffstat (limited to 'test/pathod/test_pathod.py')
-rw-r--r--test/pathod/test_pathod.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/pathod/test_pathod.py b/test/pathod/test_pathod.py
index 1718cc0b..10f3b5a3 100644
--- a/test/pathod/test_pathod.py
+++ b/test/pathod/test_pathod.py
@@ -129,7 +129,7 @@ class CommonTests(tutils.DaemonTests):
l = self.d.last_log()
# FIXME: Other binary data elements
- @pytest.mark.skip
+ @pytest.mark.skip(reason="race condition")
def test_sizelimit(self):
r = self.get("200:b@1g")
assert r.status_code == 800
@@ -143,7 +143,7 @@ class CommonTests(tutils.DaemonTests):
def test_info(self):
assert tuple(self.d.info()["version"]) == version.IVERSION
- @pytest.mark.skip
+ @pytest.mark.skip(reason="race condition")
def test_logs(self):
assert self.d.clear_log()
assert not self.d.last_log()
@@ -223,7 +223,7 @@ class CommonTests(tutils.DaemonTests):
)
assert r[1].payload == "test"
- @pytest.mark.skip
+ @pytest.mark.skip(reason="race condition")
def test_websocket_frame_reflect_error(self):
r, _ = self.pathoc(
["ws:/p/", "wf:-mask:knone:f'wf:b@10':i13,'a'"],