From ecee40158c9827221f547bff2ae04c8fe9c36266 Mon Sep 17 00:00:00 2001 From: Vy Ta Date: Thu, 27 Dec 2018 15:55:10 -0700 Subject: [PATCH] Adding Feature tag --- test/e2e/windows/density.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/windows/density.go b/test/e2e/windows/density.go index 4416e80ca4c..bd1f6b55d91 100644 --- a/test/e2e/windows/density.go +++ b/test/e2e/windows/density.go @@ -36,7 +36,7 @@ import ( . "github.com/onsi/gomega" ) -var _ = SIGDescribe("Density [Serial] [Slow]", func() { +var _ = SIGDescribe("[Feature:Windows] Density [Serial] [Slow]", func() { f := framework.NewDefaultFramework("density-test-windows")