Skip to content

Commit 5e761fe

Browse files
authored
Change backwards test configuration to use trial license (#115226)
* Change backwards test configuration to use trial license * unmute
1 parent deef8c7 commit 5e761fe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

muted-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ tests:
346346
issue: https://github.com/elastic/elasticsearch/issues/115129
347347
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
348348
issue: https://github.com/elastic/elasticsearch/issues/115135
349-
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
350-
issue: https://github.com/elastic/elasticsearch/issues/115213
351349
- class: org.elasticsearch.xpack.esql.expression.function.scalar.string.ReverseTests
352350
method: testEvaluateInManyThreads {TestCase=<long unicode TEXT>}
353351
issue: https://github.com/elastic/elasticsearch/issues/115227

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)