From d5f2ec4b6ab25e67712dc29a6035e32b55688bed Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Sun, 3 Mar 2019 21:11:24 -0800 Subject: [PATCH] tests: Adds TODO for Windows only test It has been suggested to replace the "e2eteam/busybox:1.29" image used in the test "should be able to pull image from docker hub [NodeConformance]" with a nanoserver image manifest list. Adds a TODO for it. --- test/e2e/common/runtime.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/common/runtime.go b/test/e2e/common/runtime.go index e2bcfeb06b0..d27d2c12e99 100644 --- a/test/e2e/common/runtime.go +++ b/test/e2e/common/runtime.go @@ -359,6 +359,7 @@ while true; do sleep 1; done It("should be able to pull image from docker hub [NodeConformance]", func() { framework.SkipUnlessNodeOSDistroIs("windows") + // TODO(claudiub): Switch to nanoserver image manifest list. image := "e2eteam/busybox:1.29" imagePullTest(image, false, v1.PodRunning, false, true) })