diff --git a/integration/container/restart_test.go b/integration/container/restart_test.go index fe80f09157..cf014b5916 100644 --- a/integration/container/restart_test.go +++ b/integration/container/restart_test.go @@ -59,9 +59,9 @@ func TestDaemonRestartKillContainers(t *testing.T) { t.Fatal(err) } - var args []string + args := []string{"--iptables=false"} if liveRestoreEnabled { - args = []string{"--live-restore"} + args = append(args, "--live-restore") } d.StartWithBusybox(t, args...)