Merge pull request #36567 from kolyshkin/t-parallel
integration/TestContainerShmNoLeak: use --iptables=false
This commit is contained in:
commit
4a65cd4d6d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func TestContainerShmNoLeak(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
d.StartWithBusybox(t)
|
||||
d.StartWithBusybox(t, "--iptables=false")
|
||||
defer d.Stop(t)
|
||||
|
||||
ctx := context.Background()
|
||||
|
|
Loading…
Add table
Reference in a new issue