PersistentVolumes NFS test to the flaky suite.

pull/6/head
Joe Finney 2016-05-06 18:26:19 -07:00
parent 0db3ca4b50
commit fa74d2c9de
1 changed files with 2 additions and 1 deletions

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