From 085d23388adb95ec35f99a43bc9ad689a8812732 Mon Sep 17 00:00:00 2001 From: Drew Sirenko <68304519+AndrewSirenko@users.noreply.github.com> Date: Mon, 10 Mar 2025 00:19:49 -0400 Subject: [PATCH] Mark VAC roll-forward test as flaky --- test/e2e/storage/testsuites/volume_modify.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/storage/testsuites/volume_modify.go b/test/e2e/storage/testsuites/volume_modify.go index e8745fa728d..c6b796a3dd7 100644 --- a/test/e2e/storage/testsuites/volume_modify.go +++ b/test/e2e/storage/testsuites/volume_modify.go @@ -227,7 +227,8 @@ func (v *volumeModifyTestSuite) DefineTests(driver storageframework.TestDriver, framework.ExpectNoError(err, "While waiting for PVC to have expected VAC") }) - ginkgo.It("should recover from invalid target VAC by updating PVC to new valid VAC", func(ctx context.Context) { + // 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) { init(ctx, false /* volume created without VAC */) ginkgo.DeferCleanup(cleanup)