disable flaky PD test

pull/6/head
Daniel Smith 2016-06-24 14:23:52 -07:00
parent e8aa0e8a7b
commit 886f5c7a8e
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
return
})
It("should schedule a pod w/ a readonly PD on two hosts, then remove both. [Slow]", func() {
It("[Flaky] should schedule a pod w/ a readonly PD on two hosts, then remove both. [Slow]", func() {
framework.SkipUnlessProviderIs("gce", "gke")
By("creating PD")