Merge pull request #25295 from spxtr/disable-test

PersistentVolumes NFS test to the flaky suite.
This commit is contained in:
Robert Bailey 2016-05-06 20:35:45 -07:00
commit dcd6df15cf

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