File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ def test_json(response):
4343
4444
4545@pytest .mark .skipif ('os.getenv("SKIP_TRUE_HTTP", False)' )
46+ @pytest .mark .xfail (reason = "Service down or blocking GitHub actions IPs" )
4647def test_truesendall_with_recording_https (url_to_mock ):
4748 with tempfile .TemporaryDirectory () as temp_dir , Mocketizer (
4849 truesocket_recording_dir = temp_dir
@@ -62,6 +63,7 @@ def test_truesendall_with_recording_https(url_to_mock):
6263
6364
6465@pytest .mark .skipif ('os.getenv("SKIP_TRUE_HTTP", False)' )
66+ @pytest .mark .xfail (reason = "Service down or blocking GitHub actions IPs" )
6567def test_truesendall_after_mocket_session (url_to_mock ):
6668 Mocket .enable ()
6769 Mocket .disable ()
@@ -71,6 +73,7 @@ def test_truesendall_after_mocket_session(url_to_mock):
7173
7274
7375@pytest .mark .skipif ('os.getenv("SKIP_TRUE_HTTP", False)' )
76+ @pytest .mark .xfail (reason = "Service down or blocking GitHub actions IPs" )
7477def test_real_request_session (url_to_mock ):
7578 session = requests .Session ()
7679
You can’t perform that action at this time.
0 commit comments