Skip to content

Commit f004fab

Browse files
tlrxomricohenn
authored andcommitted
[CI] Reenable N-2 BWC tests for non-snapshot builds (elastic#125296)
We can reenable those tests for `release-test`, now the code exist in 8.18, 8.x and 9.0 branches. Closes elastic#119550
1 parent beab04a commit f004fab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

qa/lucene-index-compatibility/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ buildParams.bwcVersions.withLatestReadOnlyIndexCompatible { bwcVersion ->
1414
tasks.named("javaRestTest").configure {
1515
systemProperty("tests.minimum.index.compatible", bwcVersion)
1616
usesBwcDistribution(bwcVersion)
17-
18-
// Tests rely on unreleased code in 8.18 branch
19-
enabled = buildParams.snapshotBuild
2017
}
2118
}
2219

0 commit comments

Comments
 (0)