Skip to content

Commit 7a570af

Browse files
committed
trt-2246: set parallelism for serial
1 parent 4cb1659 commit 7a570af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/testsuites/standard_suites.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ var staticSuites = []ginkgo.TestSuite{
147147
withExcludedTestsFilter(withStandardEarlyOrLateTests("name.contains('[Suite:openshift/conformance/serial')")),
148148
},
149149
TestTimeout: 40 * time.Minute,
150+
Parallelism: 1,
150151
},
151152
{
152153
Name: "openshift/disruptive",

0 commit comments

Comments
 (0)