Skip to content

Commit b73afb0

Browse files
authored
[9.1] Reenable Index Compatibility BWC Tests (#134800)
Similar to #134784 for 9.1.
1 parent e83dad2 commit b73afb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/lucene-index-compatibility/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ buildParams.bwcVersions.withLatestReadOnlyIndexCompatible { bwcVersion ->
1414
tasks.named("javaRestTest").configure {
1515
systemProperty("tests.minimum.index.compatible", bwcVersion)
1616
usesBwcDistribution(bwcVersion)
17+
enabled = true
1718
}
1819
}
1920

0 commit comments

Comments
 (0)