Skip to content

Commit c5566bb

Browse files
authored
Add --network none to the tests execution of check_tests.sh (#13653)
[Noted](#13621 (comment)) during #13621.
1 parent 02bfcff commit c5566bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/experimental/chronos/check_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ T_START=$SECONDS
6262
# Step 4: run the actual run_tests.sh script in the container.
6363
docker run \
6464
--rm \
65+
--network none \
6566
-ti \
6667
us-central1-docker.pkg.dev/oss-fuzz/oss-fuzz-gen/${_PROJECT}-ofg-cached-address /bin/bash -c 'chmod +x /src/run_tests.sh && /src/run_tests.sh'
6768
T_END=$SECONDS

0 commit comments

Comments
 (0)