Merge pull request #28048 from lavalamp/flake

disable flaky PD test
This commit is contained in:
Girish Kalele
2016-06-24 14:49:14 -07:00
committed by GitHub

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