Skip to content

Commit a5071df

Browse files
committed
Removing net.core.somaxconn from test
Signed-off-by: apostasie <[email protected]>
1 parent 8d7539a commit a5071df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/nerdctl/container/container_inspect_linux_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ func TestContainerInspectHostConfig(t *testing.T) {
263263
"--read-only",
264264
"--shm-size", "256m",
265265
"--uts", "host",
266-
"--sysctl", "net.core.somaxconn=1024",
267266
"--runtime", "io.containerd.runc.v2",
268267
testutil.AlpineImage, "sleep", "infinity").AssertOK()
269268

0 commit comments

Comments
 (0)