Update test/integration/no_kubernetes.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/12848/head
parent
e15065ae68
commit
0ef4fc54e6
|
@ -123,7 +123,7 @@ func validateProfileListNoK8S(ctx context.Context, t *testing.T, profile string)
|
||||||
}
|
}
|
||||||
|
|
||||||
// validateStartNoArgs valides that minikube start with no args works
|
// validateStartNoArgs valides that minikube start with no args works
|
||||||
func validateStartNorArgs(ctx context.Context, t *testing.T, profile string) {
|
func validateStartNoArgs(ctx context.Context, t *testing.T, profile string) {
|
||||||
defer PostMortemLogs(t, profile)
|
defer PostMortemLogs(t, profile)
|
||||||
|
|
||||||
args := append([]string{"start", "-p", profile, "--no-kubernetes"}, StartArgs()...)
|
args := append([]string{"start", "-p", profile, "--no-kubernetes"}, StartArgs()...)
|
||||||
|
|
Loading…
Reference in New Issue