Skip to content

Commit 2a4665f

Browse files
authored
Reduce concurrency of execution for x-pack full cluster restart tests (#104166) (#104172)
1 parent 7d173df commit 2a4665f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/full-cluster-restart/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ BuildParams.bwcVersions.withIndexCompatible { bwcVersion, baseName ->
1919
tasks.register(bwcTaskName(bwcVersion), StandaloneRestIntegTestTask) {
2020
usesBwcDistribution(bwcVersion)
2121
systemProperty("tests.old_cluster_version", bwcVersion)
22+
maxParallelForks = 1
2223
}
2324
}

0 commit comments

Comments
 (0)