Merge pull request #36567 from kolyshkin/t-parallel

integration/TestContainerShmNoLeak: use --iptables=false
This commit is contained in:
Brian Goff 2018-03-13 08:36:20 -04:00 committed by GitHub
commit 4a65cd4d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()