8000 TEST: Enable TCP blackhole on Cirrus CI to test this PR · python/cpython@e8e8711 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8e8711

Browse files
committed
TEST: Enable TCP blackhole on Cirrus CI to test this PR
This commit must be removed from the final fix.
1 parent 391dcac commit e8e8711

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ freebsd_task:
77
# local local connections to fail with ETIMEDOUT instead of ECONNREFUSED.
88
# For more information see https://reviews.freebsd.org/D41751 and
99
# https://github.com/cirruslabs/cirrus-ci-docs/issues/483.
10-
sysctl_script:
11-
- sysctl net.inet.tcp.blackhole=0
12-
- sysctl net.inet.udp.blackhole=0
10+
# sysctl_script:
11+
# - sysctl net.inet.tcp.blackhole=0
12+
# - sysctl net.inet.udp.blackhole=0
1313
build_script:
1414
- mkdir build
1515
- cd build

0 commit comments

Comments
 (0)
0