PersistentVolumes NFS test to the flaky suite.

This commit is contained in:
Joe Finney
2016-05-06 18:26:19 -07:00
parent 0db3ca4b50
commit fa74d2c9de

View File

@@ -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",