Commit 6218693e authored by derekwaynecarr's avatar derekwaynecarr

Mark ThirdParty e2e tests flaky

parent 943d7aa5
...@@ -58,7 +58,8 @@ type FooList struct { ...@@ -58,7 +58,8 @@ type FooList struct {
Items []Foo `json:"items"` 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") f := framework.NewDefaultFramework("thirdparty")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment