From b94442f470122f100fab7c09706a2051529cb7f1 Mon Sep 17 00:00:00 2001 From: saadali Date: Sun, 26 Jun 2016 15:33:32 -0700 Subject: [PATCH] Mark "RW PD, remove it, then schedule" test flaky --- test/e2e/pd.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/e2e/pd.go b/test/e2e/pd.go index 16ca0fe9a93..55a7ef23e5d 100644 --- a/test/e2e/pd.go +++ b/test/e2e/pd.go @@ -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")