diff --git a/internal/test/daemon/swarm.go b/internal/test/daemon/swarm.go index 08cb9895f6..f513981df1 100644 --- a/internal/test/daemon/swarm.go +++ b/internal/test/daemon/swarm.go @@ -36,7 +36,7 @@ func (d *Daemon) RestartNode(t testingT) { } // avoid networking conflicts d.Stop(t) - d.StartWithBusybox(t, startArgs...) + d.Start(t, startArgs...) } // StartAndSwarmInit starts the daemon (with busybox) and init the swarm