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.
This commit is contained in:
Claudiu Belu 2019-03-03 21:11:24 -08:00
parent 81ee747395
commit d5f2ec4b6a

View File

@ -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)
})