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:
Claudiu Belu 2019-02-27 03:34:01 -08:00
parent 0f12efa8d3
commit ab3ccc1bd7

View File

@ -357,7 +357,7 @@ while true; do sleep 1; done
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")
image := "e2eteam/busybox:1.29"
imagePullTest(image, false, v1.PodRunning, false, true)