Skip to content

Commit e4a4b8e

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#47550 from spxtr/slowpv
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
2 parents e3e8b3f + dcb5811 commit e4a4b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/storage/persistent_volumes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ var _ = framework.KubeDescribe("PersistentVolumes", func() {
261261

262262
// Create 4 PVs and 2 PVCs.
263263
// Note: PVs are created before claims and no pre-binding.
264-
It("should create 4 PVs and 2 PVCs: test write access", func() {
264+
It("should create 4 PVs and 2 PVCs: test write access [Slow]", func() {
265265
numPVs, numPVCs := 4, 2
266266
pvols, claims, err = framework.CreatePVsPVCs(numPVs, numPVCs, c, ns, pvConfig, pvcConfig)
267267
Expect(err).NotTo(HaveOccurred())

0 commit comments

Comments
 (0)