Kubernetes Submit Queue 2016-09-08 11:53:36 -07:00 committed by GitHub
commit 986fe3bf0e

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