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")