From 886f5c7a8e3cda583afedb39102d7fd1ba01ed13 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 24 Jun 2016 14:23:52 -0700 Subject: [PATCH] disable flaky PD test --- test/e2e/pd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/pd.go b/test/e2e/pd.go index a0c31146337..16ca0fe9a93 100644 --- a/test/e2e/pd.go +++ b/test/e2e/pd.go @@ -133,7 +133,7 @@ var _ = framework.KubeDescribe("Pod Disks", func() { return }) - It("should schedule a pod w/ a readonly PD on two hosts, then remove both. [Slow]", func() { + It("[Flaky] should schedule a pod w/ a readonly PD on two hosts, then remove both. [Slow]", func() { framework.SkipUnlessProviderIs("gce", "gke") By("creating PD")