mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Mark ThirdParty e2e tests flaky
This commit is contained in:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user