Skip to content

Commit 453cee3

Browse files
committed
Allow network access for container-client test
1 parent 59df4a3 commit 453cee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/workerd/server/tests/container-client/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ wd_test(
77
data = ["test.js"],
88
tags = [
99
"requires-container-engine",
10+
"requires-network", # Accesses unix://var/run/docker.sock
1011
],
1112
)

0 commit comments

Comments
 (0)