Skip to content

Commit

Permalink
flakeattempts
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvz committed Apr 2, 2023
1 parent c6a0266 commit cffd14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/pre_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Pre-Provisioned", func() {
test.Run(cs, ns)
})

ginkgo.It("should use existing credentials in k8s cluster", func() {
ginkgo.It("should use existing credentials in k8s cluster", ginkgo.FlakeAttempts(2), func() {
volumeSize := fmt.Sprintf("%dGi", defaultVolumeSize)
reclaimPolicy := v1.PersistentVolumeReclaimRetain
volumeBindingMode := storagev1.VolumeBindingImmediate
Expand Down

0 comments on commit cffd14a

Please sign in to comment.