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) }) })