Commit fa74d2c9 authored by Joe Finney's avatar Joe Finney

PersistentVolumes NFS test to the flaky suite.

parent 0db3ca4b
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment