From d12608017d6264eedbfea64e9a6bef483bb94723 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Mon, 16 Dec 2019 12:06:26 -0500 Subject: [PATCH] Mark GCEPD test flaky --- test/e2e/storage/persistent_volumes-gce.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/persistent_volumes-gce.go b/test/e2e/storage/persistent_volumes-gce.go index 6ad345109fd..4a199ac350f 100644 --- a/test/e2e/storage/persistent_volumes-gce.go +++ b/test/e2e/storage/persistent_volumes-gce.go @@ -149,7 +149,7 @@ var _ = utils.SIGDescribe("PersistentVolumes GCEPD", func() { }) // Test that a Pod and PVC attached to a GCEPD successfully unmounts and detaches when the encompassing Namespace is deleted. - ginkgo.It("should test that deleting the Namespace of a PVC and Pod causes the successful detach of Persistent Disk", func() { + ginkgo.It("should test that deleting the Namespace of a PVC and Pod causes the successful detach of Persistent Disk [Flaky]", func() { ginkgo.By("Deleting the Namespace") err := c.CoreV1().Namespaces().Delete(ns, nil)