diff --git a/test/e2e/persistent_volumes.go b/test/e2e/persistent_volumes.go index e8be69f27ac..32213dc0620 100644 --- a/test/e2e/persistent_volumes.go +++ b/test/e2e/persistent_volumes.go @@ -53,7 +53,8 @@ var _ = framework.KubeDescribe("PersistentVolumes", func() { ns = f.Namespace.Name }) - It("NFS volume can be created, bound, retrieved, unbound, and used by a pod", func() { + // Flaky issue: #25294 + It("NFS volume can be created, bound, retrieved, unbound, and used by a pod [Flaky]", func() { config := VolumeTestConfig{ namespace: ns, prefix: "nfs",