Skip to content

Commit

Permalink
Mark ThirdParty e2e tests flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwaynecarr committed Sep 8, 2016
1 parent 943d7aa commit 6218693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/third-party.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 6218693

Please sign in to comment.