summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_testserver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_testserver.py b/tests/test_testserver.py
index e4ef688b..3c770759 100644
--- a/tests/test_testserver.py
+++ b/tests/test_testserver.py
@@ -92,6 +92,7 @@ class TestTestServer:
with pytest.raises(requests.exceptions.ConnectionError):
r = requests.get(server_url)
+ @pytest.mark.skip(reason="this fails non-deterministically under pytest-xdist")
def test_request_recovery(self):
"""can check the requests content"""
# TODO: figure out why this sometimes fails when using pytest-xdist.