From 36d16e0dbd493a2c78a3e5530102114aacf61c03 Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Thu, 9 Nov 2017 16:15:50 -0800 Subject: [PATCH] Add sig storage label to multizone static PV test --- test/e2e/multicluster/ubernetes_lite.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/multicluster/ubernetes_lite.go b/test/e2e/multicluster/ubernetes_lite.go index 3be72fb4c7b..b96beb197d8 100644 --- a/test/e2e/multicluster/ubernetes_lite.go +++ b/test/e2e/multicluster/ubernetes_lite.go @@ -58,7 +58,7 @@ var _ = SIGDescribe("Multi-AZ Clusters", func() { SpreadRCOrFail(f, int32((2*zoneCount)+1), image) }) - It("should schedule pods in the same zones as statically provisioned PVs", func() { + It("should schedule pods in the same zones as statically provisioned PVs [sig-storage]", func() { PodsUseStaticPVsOrFail(f, (2*zoneCount)+1, image) }) })