Skip to content

Commit 165711b

Browse files
committed
change parallel tests to 1
1 parent b047597 commit 165711b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/testsuites/standard_suites.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ var staticSuites = []ginkgo.TestSuite{
429429
`name.contains("[Suite:openshift/two-node") || name.contains("[OCPFeatureGate:DualReplica]") || name.contains("[OCPFeatureGate:HighlyAvailableArbiter]")`,
430430
},
431431
TestTimeout: 60 * time.Minute,
432+
Parallelism: 1, // Tests must run serially as they involve node reboots and fencing
433+
ClusterStabilityDuringTest: ginkgo.Disruptive,
432434
},
433435
{
434436
Name: "openshift/auth/external-oidc",

0 commit comments

Comments
 (0)