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

Merge pull request #27596 from saad-ali/removetestfromflaky

Automatic merge from submit-queue Remove PD tests out of flaky Closes https://github.com/kubernetes/kubernetes/issues/26127
parents d1115dc1 d8ad98b3
...@@ -178,8 +178,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() { ...@@ -178,8 +178,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
framework.ExpectNoError(podClient.Delete(host1ROPod.Name, api.NewDeleteOptions(0)), "Failed to delete host1ROPod") framework.ExpectNoError(podClient.Delete(host1ROPod.Name, api.NewDeleteOptions(0)), "Failed to delete host1ROPod")
}) })
// Flaky issue: #26076 It("should schedule a pod w/ a RW PD shared between multiple containers, write to PD, delete pod, verify contents, and repeat in rapid succession [Slow]", func() {
It("should schedule a pod w/ a RW PD shared between multiple containers, write to PD, delete pod, verify contents, and repeat in rapid succession [Slow] [Flaky]", func() {
framework.SkipUnlessProviderIs("gce", "gke", "aws") framework.SkipUnlessProviderIs("gce", "gke", "aws")
By("creating PD") By("creating PD")
...@@ -229,8 +228,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() { ...@@ -229,8 +228,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() {
} }
}) })
// Flaky issue: #26076 It("should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid succession [Slow]", func() {
It("should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid succession [Slow] [Flaky]", func() {
framework.SkipUnlessProviderIs("gce", "gke", "aws") framework.SkipUnlessProviderIs("gce", "gke", "aws")
By("creating PD1") By("creating PD1")
......
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