From dcb5811d50c56bdcaf413e2bd054604080bb138b Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Wed, 14 Jun 2017 14:08:56 -0700 Subject: [PATCH] Move slow PV test to slow suite. --- test/e2e/storage/persistent_volumes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/persistent_volumes.go b/test/e2e/storage/persistent_volumes.go index 3936d344b2d0d..a32d2c3bb62a7 100644 --- a/test/e2e/storage/persistent_volumes.go +++ b/test/e2e/storage/persistent_volumes.go @@ -261,7 +261,7 @@ var _ = framework.KubeDescribe("PersistentVolumes", func() { // Create 4 PVs and 2 PVCs. // Note: PVs are created before claims and no pre-binding. - It("should create 4 PVs and 2 PVCs: test write access", func() { + It("should create 4 PVs and 2 PVCs: test write access [Slow]", func() { numPVs, numPVCs := 4, 2 pvols, claims, err = framework.CreatePVsPVCs(numPVs, numPVCs, c, ns, pvConfig, pvcConfig) Expect(err).NotTo(HaveOccurred())