From ab3ccc1bd7ddaf91de2e946282fd9ddfca4835a2 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Wed, 27 Feb 2019 03:34:01 -0800 Subject: [PATCH] Removes [WindowsOnly] tag Removes the [WindowsOnly] tag from the test: "should be able to pull image from docker hub [WindowsOnly] [NodeConformance]" --- test/e2e/common/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)