Revert "Mark VAC roll-forward test as flaky"

This reverts commit 085d23388a.
This commit is contained in:
Penghao
2026-02-10 14:39:39 +08:00
parent 0bb75334dd
commit e3f7eb38fa

View File

@@ -232,8 +232,7 @@ func (v *volumeModifyTestSuite) DefineTests(driver storageframework.TestDriver,
framework.ExpectNoError(err, "While waiting for PVC to have expected VAC")
})
// Marked as flaky until https://github.com/kubernetes-csi/external-resizer/issues/483 is solved.
framework.It("should recover from invalid target VAC by updating PVC to new valid VAC", framework.WithFlaky(), func(ctx context.Context) {
ginkgo.It("should recover from invalid target VAC by updating PVC to new valid VAC", func(ctx context.Context) {
init(ctx, false /* volume created without VAC */)
ginkgo.DeferCleanup(cleanup)