Skip to content

Commit

Permalink
TEST: Enable TCP blackhole on Cirrus CI to test this PR
Browse files Browse the repository at this point in the history
This commit must be removed from the final fix.
  • Loading branch information
vstinner committed Sep 6, 2023
1 parent bc9bc91 commit 57f552a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ freebsd_task:
# local local connections to fail with ETIMEDOUT instead of ECONNREFUSED.
# For more information see https://reviews.freebsd.org/D41751 and
# https://github.com/cirruslabs/cirrus-ci-docs/issues/483.
sysctl_script:
- sysctl net.inet.tcp.blackhole=0
- sysctl net.inet.udp.blackhole=0
# sysctl_script:
# - sysctl net.inet.tcp.blackhole=0
# - sysctl net.inet.udp.blackhole=0
build_script:
- mkdir build
- cd build
Expand Down

0 comments on commit 57f552a

Please sign in to comment.