We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57e5a5c + d408adb commit f9cba4bCopy full SHA for f9cba4b
pkg/testsuites/standard_suites.go
@@ -449,4 +449,17 @@ var staticSuites = []ginkgo.TestSuite{
449
},
450
TestTimeout: 60 * time.Minute,
451
452
+ {
453
+ Name: "openshift/machine-config-operator/disruptive",
454
+ Description: templates.LongDesc(`
455
+ This test suite runs tests to validate machine-config-operator functionality.
456
+ `),
457
+ Matches: func(name string) bool {
458
+ if isDisabled(name) {
459
+ return false
460
+ }
461
+ return strings.Contains(name, "[Suite:openshift/machine-config-operator/disruptive")
462
+ },
463
+ TestTimeout: 120 * time.Minute,
464
465
}
0 commit comments