pull/10227/head
Priya Wadhwa 2021-01-22 15:56:21 -08:00
parent cc4d2d450e
commit 9bd1528dbe
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ func validateNodeLabels(ctx context.Context, t *testing.T, profile string) {
}
// check functionality of minikube after evaling docker-env
// TODO: Add validatePodmanEnv for crio runtime: #10231
func validateDockerEnv(ctx context.Context, t *testing.T, profile string) {
if cr := ContainerRuntime(); cr != "docker" {
t.Skipf("only validate docker env with docker container runtime, currently testing %s", cr)