From d8ad98b3bba355fee4514cb22e207c7f88e5b0f3 Mon Sep 17 00:00:00 2001 From: saadali Date: Thu, 16 Jun 2016 20:14:28 -0700 Subject: [PATCH] Remove PD tests out of flaky --- test/e2e/pd.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/e2e/pd.go b/test/e2e/pd.go index 15d2b864ba..facb3a1e30 100644 --- a/test/e2e/pd.go +++ b/test/e2e/pd.go @@ -178,8 +178,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() { 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] [Flaky]", 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]", func() { framework.SkipUnlessProviderIs("gce", "gke", "aws") By("creating PD") @@ -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] [Flaky]", 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]", func() { framework.SkipUnlessProviderIs("gce", "gke", "aws") By("creating PD1")