mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Mark ThirdParty e2e tests flaky
This commit is contained in:
parent
943d7aa5aa
commit
6218693e8a
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user