Commit a89a9e61 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #28090 from saad-ali/moveRWPDTestToFlaky

Automatic merge from submit-queue Mark "RW PD, remove it, then schedule" test flaky Mark test as flaky while it is being investigated. Tracked by https://github.com/kubernetes/kubernetes/issues/27691 Assigning to @jlowdermilk since he's on call
parents be682148 b94442f4
......@@ -74,7 +74,8 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
mathrand.Seed(time.Now().UTC().UnixNano())
})
It("should schedule a pod w/ a RW PD, remove it, then schedule it on another host [Slow]", func() {
// Flaky-- Issue #27691
It("[Flaky] should schedule a pod w/ a RW PD, remove it, then schedule it on another host [Slow]", func() {
framework.SkipUnlessProviderIs("gce", "gke", "aws")
By("creating PD")
......@@ -133,6 +134,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
return
})
// Flaky-- Issue #27477
It("[Flaky] should schedule a pod w/ a readonly PD on two hosts, then remove both. [Slow]", func() {
framework.SkipUnlessProviderIs("gce", "gke")
......
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