diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-05-18 18:42:35 -0700 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-05-18 18:42:35 -0700 |
commit | 4c3fb8f5097fad2c5de96104dae3f8026b0b4666 (patch) | |
tree | 78abfbf20353d1612c0578e50ff4921b00abf0fa /test/pathod | |
parent | 09b90fce9eb326c039e8f6524828bbc59eb12293 (diff) | |
download | mitmproxy-4c3fb8f5097fad2c5de96104dae3f8026b0b4666.tar.gz mitmproxy-4c3fb8f5097fad2c5de96104dae3f8026b0b4666.tar.bz2 mitmproxy-4c3fb8f5097fad2c5de96104dae3f8026b0b4666.zip |
tests: xfail -> skip
Diffstat (limited to 'test/pathod')
-rw-r--r-- | test/pathod/test_pathod.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/pathod/test_pathod.py b/test/pathod/test_pathod.py index 7583148b..1718cc0b 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.xfail + @pytest.mark.skip 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.xfail + @pytest.mark.skip 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.xfail + @pytest.mark.skip def test_websocket_frame_reflect_error(self): r, _ = self.pathoc( ["ws:/p/", "wf:-mask:knone:f'wf:b@10':i13,'a'"], |