suppress pathoc test timeouts on windows
This commit is contained in:
parent
0faae87acc
commit
ade5078ebd
|
@ -12,6 +12,7 @@ from netlib.http import http1, http2
|
||||||
from pathod import pathoc, test, version, pathod, language
|
from pathod import pathoc, test, version, pathod, language
|
||||||
from netlib.tutils import raises
|
from netlib.tutils import raises
|
||||||
import tutils
|
import tutils
|
||||||
|
from test.mitmproxy.tutils import skip_windows
|
||||||
|
|
||||||
|
|
||||||
def test_response():
|
def test_response():
|
||||||
|
@ -209,6 +210,7 @@ class TestDaemon(_TestDaemon):
|
||||||
c.request("ws:/")
|
c.request("ws:/")
|
||||||
c.stop()
|
c.stop()
|
||||||
|
|
||||||
|
@skip_windows
|
||||||
@pytest.mark.xfail
|
@pytest.mark.xfail
|
||||||
def test_wait_finish(self):
|
def test_wait_finish(self):
|
||||||
c = pathoc.Pathoc(
|
c = pathoc.Pathoc(
|
||||||
|
|
Loading…
Reference in New Issue