Skip to content

Commit

Permalink
Reduce parallelism for java esql rest tests (#107890) (#107914)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop committed Apr 26, 2024
1 parent 0992038 commit 7846481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugin/esql/qa/server/mixed-cluster/build.gradle
Expand Up @@ -40,6 +40,7 @@ BuildParams.bwcVersions.withWireCompatible(supportedVersion) { bwcVersion, baseN
usesBwcDistribution(bwcVersion)
systemProperty("tests.old_cluster_version", bwcVersion)
systemProperty("tests.version_parameter_unsupported", versionUnsupported(bwcVersion))
maxParallelForks = 1
}

def yamlRestTest = tasks.register("v${bwcVersion}#yamlRestTest", StandaloneRestIntegTestTask) {
Expand Down

0 comments on commit 7846481

Please sign in to comment.