mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Removes [WindowsOnly] tag
Removes the [WindowsOnly] tag from the test: "should be able to pull image from docker hub [WindowsOnly] [NodeConformance]"
This commit is contained in:
parent
0f12efa8d3
commit
ab3ccc1bd7
@ -357,7 +357,7 @@ while true; do sleep 1; done
|
|||||||
imagePullTest(image, false, v1.PodRunning, false, false)
|
imagePullTest(image, false, v1.PodRunning, false, false)
|
||||||
})
|
})
|
||||||
|
|
||||||
It("should be able to pull image from docker hub [WindowsOnly] [NodeConformance]", func() {
|
It("should be able to pull image from docker hub [NodeConformance]", func() {
|
||||||
framework.SkipUnlessNodeOSDistroIs("windows")
|
framework.SkipUnlessNodeOSDistroIs("windows")
|
||||||
image := "e2eteam/busybox:1.29"
|
image := "e2eteam/busybox:1.29"
|
||||||
imagePullTest(image, false, v1.PodRunning, false, true)
|
imagePullTest(image, false, v1.PodRunning, false, true)
|
||||||
|
Loading…
Reference in New Issue
Block a user