diff --git a/test/e2e/storage/persistent_volumes-local.go b/test/e2e/storage/persistent_volumes-local.go index afb94a53742..28602e8788b 100644 --- a/test/e2e/storage/persistent_volumes-local.go +++ b/test/e2e/storage/persistent_volumes-local.go @@ -654,7 +654,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() { var ( pvc *v1.PersistentVolumeClaim pods = map[string]*v1.Pod{} - count = 50 + count = 2 err error ) pvc = e2epv.MakePersistentVolumeClaim(makeLocalPVCConfig(config, DirectoryLocalVolumeType), config.ns)