Skip to content

Commit 873b666

Browse files
authored
Disable network tests on pablogsal-arch-x86_64 (#684)
Disable network tests on pablogsal-arch-x86_64 and pablogsal-macos-m1.
1 parent f4774b0 commit 873b666

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

master/custom/workers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,15 @@ def get_workers(settings):
215215
cpw(
216216
name="pablogsal-arch-x86_64",
217217
tags=['linux', 'unix', 'arch', 'amd64', 'x86-64'],
218+
# Problematic ISP causes issues connecting to testpython.net
219+
exclude_test_resources=['urlfetch', 'network'],
218220
),
219221
cpw(
220222
name="pablogsal-macos-m1",
221223
tags=['macOS', 'unix', 'arm', 'arm64'],
222224
parallel_tests=4,
225+
# Problematic ISP causes issues connecting to testpython.net
226+
exclude_test_resources=['urlfetch', 'network'],
223227
),
224228
cpw(
225229
name="pablogsal-rasp",

0 commit comments

Comments
 (0)