Skip to content

Commit

Permalink
Move slow PV test to slow suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
spxtr committed Jun 14, 2017
1 parent 16640d8 commit dcb5811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/storage/persistent_volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit dcb5811

Please sign in to comment.