diff --git a/test/e2e/common/runtime.go b/test/e2e/common/runtime.go index b2c9054cdb7..de191dbe8dd 100644 --- a/test/e2e/common/runtime.go +++ b/test/e2e/common/runtime.go @@ -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)