Skip to content

Commit a856d93

Browse files
committed
GitHub actions runners blocked.
1 parent 570d2f3 commit a856d93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_https.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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")
4647
def 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")
6567
def 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")
7477
def test_real_request_session(url_to_mock):
7578
session = requests.Session()
7679

0 commit comments

Comments
 (0)