pull/7722/head
Medya Gh 2020-04-16 11:51:09 -07:00
parent ede79038ba
commit 8deaf69845
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func TestPause(t *testing.T) {
} }
func validateFreshStart(ctx context.Context, t *testing.T, profile string) { func validateFreshStart(ctx context.Context, t *testing.T, profile string) {
args := append([]string{"start", "-p", profile, "--memory=1800", "--install-addons=false", "--wait=true"}, StartArgs()...) args := append([]string{"start", "-p", profile, "--memory=1800", "--install-addons=false", "--wait=all"}, StartArgs()...)
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...)) rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
if err != nil { if err != nil {
t.Fatalf("failed to start minikube with args: %q : %v", rr.Command(), err) t.Fatalf("failed to start minikube with args: %q : %v", rr.Command(), err)