Skip to content

Commit

Permalink
Merge pull request kubernetes#25295 from spxtr/disable-test
Browse files Browse the repository at this point in the history
PersistentVolumes NFS test to the flaky suite.
  • Loading branch information
roberthbailey committed May 7, 2016
2 parents 2b46c4b + fa74d2c commit dcd6df1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/persistent_volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dcd6df1

Please sign in to comment.