Skip to content

Commit 6db7b14

Browse files
committed
Skip also network tests on pablogsal-macos-m1
1 parent d879abb commit 6db7b14

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

master/custom/workers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,14 @@ def get_workers(settings):
222222
name="pablogsal-macos-m1",
223223
tags=['macOS', 'unix', 'arm', 'arm64'],
224224
parallel_tests=4,
225+
# Problematic ISP causes test_urllib2net random failures
226+
exclude_test_resources=['urlfetch', 'network'],
225227
),
226228
cpw(
227229
name="pablogsal-rasp",
228230
tags=['linux', 'unix', 'raspbian', 'debian', 'arm'],
229231
parallel_tests=1, # Reduced from 2: ASAN builds use 2-10x more memory
230-
# Problematic ISP causes issues connecting to testpython.net
232+
# Problematic ISP causes test_urllib2net random failures
231233
exclude_test_resources=['urlfetch', 'network'],
232234
),
233235
cpw(

0 commit comments

Comments
 (0)