Skip to content

Commit

Permalink
Change backwards test configuration to use trial license
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrik-es committed Oct 21, 2024
1 parent 6a73f89 commit 66ff794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ BuildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
numberOfNodes = 4
setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"
setting 'xpack.security.enabled', 'false'
setting "xpack.license.self_generated.type", "trial"
/* There is a chance we have more master changes than "normal", so to avoid this test from failing,
we increase the threshold (as this purpose of this test isn't to test that specific indicator). */
if (bwcVersion.onOrAfter(Version.fromString("8.4.0"))) {
Expand Down

0 comments on commit 66ff794

Please sign in to comment.