Skip to content

Commit d879abb

Browse files
committed
Disable network tests on pablogsal-arch-x86_64
1 parent f4774b0 commit d879abb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

master/custom/workers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ def get_workers(settings):
215215
cpw(
216216
name="pablogsal-arch-x86_64",
217217
tags=['linux', 'unix', 'arch', 'amd64', 'x86-64'],
218+
# Problematic ISP causes test_urllib2net random failures
219+
exclude_test_resources=['urlfetch', 'network'],
218220
),
219221
cpw(
220222
name="pablogsal-macos-m1",

0 commit comments

Comments
 (0)