Commit 1882a789 authored by saadali's avatar saadali

Move ungraceful PD tests out of flaky

parent fb19362e
...@@ -74,8 +74,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() { ...@@ -74,8 +74,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
mathrand.Seed(time.Now().UTC().UnixNano()) mathrand.Seed(time.Now().UTC().UnixNano())
}) })
// Flaky-- Issue #27691 It("should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another host [Slow]", func() {
It("[Flaky] should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another host [Slow]", func() {
framework.SkipUnlessProviderIs("gce", "gke", "aws") framework.SkipUnlessProviderIs("gce", "gke", "aws")
By("creating PD") By("creating PD")
...@@ -195,8 +194,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() { ...@@ -195,8 +194,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
return return
}) })
// Flaky-- Issue #27477 It("should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully. [Slow]", func() {
It("[Flaky] should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully. [Slow]", func() {
framework.SkipUnlessProviderIs("gce", "gke") framework.SkipUnlessProviderIs("gce", "gke")
By("creating PD") By("creating PD")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment