summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-28 00:43:54 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-28 00:43:54 -0400
commitc3a00771e395789b4704a7e8a01d01acb04dcde2 (patch)
treeef868b9fdc958f79f3bf42de132b4ac8da0f10fa /tests
parent16c8241a8128920cfc4b64ea41418dbd6f5b36cb (diff)
downloadpython-requests-c3a00771e395789b4704a7e8a01d01acb04dcde2.tar.gz
todo
Diffstat (limited to 'tests')
-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 0998d9a4..e4ef688b 100644
--- a/tests/test_testserver.py
+++ b/tests/test_testserver.py
@@ -94,6 +94,7 @@ class TestTestServer:
def test_request_recovery(self):
"""can check the requests content"""
+ # TODO: figure out why this sometimes fails when using pytest-xdist.
server = Server.basic_response_server(requests_to_handle=2)
first_request = b'put your hands up in the air'
second_request = b'put your hand down in the floor'