Mark ThirdParty e2e tests flaky

This commit is contained in:
derekwaynecarr 2016-09-08 13:06:10 -04:00
parent 943d7aa5aa
commit 6218693e8a

View File

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