mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Merge pull request #130603 from AndrewSirenko/fix-vac-flake
Mark VAC recovery e2e test flaky
This commit is contained in:
commit
133d5d612e
@ -227,7 +227,8 @@ func (v *volumeModifyTestSuite) DefineTests(driver storageframework.TestDriver,
|
|||||||
framework.ExpectNoError(err, "While waiting for PVC to have expected VAC")
|
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 */)
|
init(ctx, false /* volume created without VAC */)
|
||||||
ginkgo.DeferCleanup(cleanup)
|
ginkgo.DeferCleanup(cleanup)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user