Skip to content

Commit 8a56518

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

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)