Move slow PV test to slow suite.

This commit is contained in:
Joe Finney 2017-06-14 14:08:56 -07:00
parent 16640d892f
commit dcb5811d50

View File

@ -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())