Skip to content

Commit

Permalink
Merge pull request kubernetes#47550 from spxtr/slowpv
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 47523, 47438, 47550, 47450, 47612)

Move slow PV test to slow suite.

See [testgrid](https://k8s-testgrid.appspot.com/google-gce#gce&width=5&graph-metrics=test-duration-minutes).

#1
  • Loading branch information
Kubernetes Submit Queue authored Jun 16, 2017
2 parents e3e8b3f + dcb5811 commit e4a4b8e
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 e4a4b8e

Please sign in to comment.