We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b047597 commit 165711bCopy full SHA for 165711b
1 file changed
pkg/testsuites/standard_suites.go
@@ -429,6 +429,8 @@ var staticSuites = []ginkgo.TestSuite{
429
`name.contains("[Suite:openshift/two-node") || name.contains("[OCPFeatureGate:DualReplica]") || name.contains("[OCPFeatureGate:HighlyAvailableArbiter]")`,
430
},
431
TestTimeout: 60 * time.Minute,
432
+ Parallelism: 1, // Tests must run serially as they involve node reboots and fencing
433
+ ClusterStabilityDuringTest: ginkgo.Disruptive,
434
435
{
436
Name: "openshift/auth/external-oidc",
0 commit comments