mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Mark runtime conformance tests as flaky and not run them in jenkins CI.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
@@ -47,7 +47,7 @@ type testStatus struct {
|
||||
Ready bool
|
||||
}
|
||||
|
||||
var _ = Describe("Container runtime Conformance Test", func() {
|
||||
var _ = Describe("[FLAKY] Container runtime Conformance Test", func() {
|
||||
var cl *client.Client
|
||||
|
||||
BeforeEach(func() {
|
||||
|
||||
Reference in New Issue
Block a user