From 9bd1528dbe3a849cecfa0e9363254b74dbc2a547 Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Fri, 22 Jan 2021 15:56:21 -0800 Subject: [PATCH] Add TODO --- test/integration/functional_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/functional_test.go b/test/integration/functional_test.go index b80dbb08c6..425de6f2a2 100644 --- a/test/integration/functional_test.go +++ b/test/integration/functional_test.go @@ -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)