Skip to content

Commit fb80eef

Browse files
authored
[9.0] Reenable Index Compatibility BWC Tests (#134801)
Always execute N-3 BWC tests, not just for snapshot builds. Relates #134784
1 parent e15064f commit fb80eef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

qa/lucene-index-compatibility/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ 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
17+
enabled = true
2018
}
2119
}
2220

0 commit comments

Comments
 (0)