From fa74d2c9deac5766cd2c0766411258d761f16979 Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Fri, 6 May 2016 18:26:19 -0700 Subject: [PATCH] PersistentVolumes NFS test to the flaky suite. --- test/e2e/persistent_volumes.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",