Skip to content

Commit d4cb781

Browse files
authored
[8.x] Change backwards test configuration to use trial license (#115226) (#115244)
* Change backwards test configuration to use trial license (#115226) * Change backwards test configuration to use trial license * unmute (cherry picked from commit 5e761fe) # Conflicts: # muted-tests.yml * Update muted-tests.yml
1 parent 8fc757d commit d4cb781

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/mixed-cluster/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ BuildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
7171
numberOfNodes = 4
7272
setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"
7373
setting 'xpack.security.enabled', 'false'
74+
setting "xpack.license.self_generated.type", "trial"
7475
/* There is a chance we have more master changes than "normal", so to avoid this test from failing,
7576
we increase the threshold (as this purpose of this test isn't to test that specific indicator). */
7677
if (bwcVersion.onOrAfter(Version.fromString("8.4.0"))) {

0 commit comments

Comments
 (0)