diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-11-24 19:05:37 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-11-24 19:07:04 +0100 |
commit | 354f84c4c8a1ae83e63bf6ce8430c62e8e4463fd (patch) | |
tree | 308ed772c8e0b416a0a9245c37f80855a72840dd /test/test_proxy.py | |
parent | d2f69da23545db7b081cfd45785da4dd2eb76590 (diff) | |
download | mitmproxy-354f84c4c8a1ae83e63bf6ce8430c62e8e4463fd.tar.gz mitmproxy-354f84c4c8a1ae83e63bf6ce8430c62e8e4463fd.tar.bz2 mitmproxy-354f84c4c8a1ae83e63bf6ce8430c62e8e4463fd.zip |
skip timing tests on appveyor
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r-- | test/test_proxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py index 57ad606d..b3e7258a 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -148,7 +148,7 @@ class TestProcessProxyOptions: class TestProxyServer: # binding to 0.0.0.0:1 works without special permissions on Windows - @tutils.SkipWindows + @tutils.skip_windows def test_err(self): conf = ProxyConfig( port=1 |