From 1882a789ac4afdd91a04b77a04bbf3cdcc3f3654 Mon Sep 17 00:00:00 2001 From: saadali Date: Fri, 1 Jul 2016 17:50:23 -0700 Subject: [PATCH] Move ungraceful 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 19b7827ee9..2470185aab 100644 --- a/test/e2e/pd.go +++ b/test/e2e/pd.go @@ -74,8 +74,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() { mathrand.Seed(time.Now().UTC().UnixNano()) }) - // Flaky-- Issue #27691 - It("[Flaky] should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another host [Slow]", func() { + It("should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another host [Slow]", func() { framework.SkipUnlessProviderIs("gce", "gke", "aws") By("creating PD") @@ -195,8 +194,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 ungracefully. [Slow]", func() { + It("should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully. [Slow]", func() { framework.SkipUnlessProviderIs("gce", "gke") By("creating PD")