Skip to content

Commit 085d233

Browse files
committed
Mark VAC roll-forward test as flaky
1 parent 01ed8ed commit 085d233

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/storage/testsuites/volume_modify.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ func (v *volumeModifyTestSuite) DefineTests(driver storageframework.TestDriver,
227227
framework.ExpectNoError(err, "While waiting for PVC to have expected VAC")
228228
})
229229

230-
ginkgo.It("should recover from invalid target VAC by updating PVC to new valid VAC", func(ctx context.Context) {
230+
// Marked as flaky until https://github.com/kubernetes-csi/external-resizer/issues/483 is solved.
231+
framework.It("should recover from invalid target VAC by updating PVC to new valid VAC", framework.WithFlaky(), func(ctx context.Context) {
231232
init(ctx, false /* volume created without VAC */)
232233
ginkgo.DeferCleanup(cleanup)
233234

0 commit comments

Comments
 (0)