mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
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:
parent
81ee747395
commit
d5f2ec4b6a
@ -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)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user