From 6218693e8a24e732f4590754397250779ac780f4 Mon Sep 17 00:00:00 2001 From: derekwaynecarr Date: Thu, 8 Sep 2016 13:06:10 -0400 Subject: [PATCH] Mark ThirdParty e2e tests flaky --- test/e2e/third-party.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/third-party.go b/test/e2e/third-party.go index c9a0814270a..a999fa697a3 100644 --- a/test/e2e/third-party.go +++ b/test/e2e/third-party.go @@ -58,7 +58,8 @@ type FooList struct { Items []Foo `json:"items"` } -var _ = Describe("ThirdParty resources", func() { +// This test is marked flaky pending namespace controller observing dynamic creation of new third party types. +var _ = Describe("ThirdParty resources [Flaky] [Disruptive]", func() { f := framework.NewDefaultFramework("thirdparty")