diff --git a/tests/test_requests.py b/tests/test_requests.py index 9031a9d6..9b614300 100755 --- a/tests/test_requests.py +++ b/tests/test_requests.py @@ -1142,6 +1142,7 @@ class TestRequests: preq = req.prepare() assert test_url == preq.url + @pytest.mark.xfail(raises=ConnectionError) def test_auth_is_stripped_on_redirect_off_host(self, httpbin): r = requests.get( httpbin('redirect-to'),