We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15064f commit fb80eefCopy full SHA for fb80eef
qa/lucene-index-compatibility/build.gradle
@@ -14,9 +14,7 @@ buildParams.bwcVersions.withLatestReadOnlyIndexCompatible { bwcVersion ->
14
tasks.named("javaRestTest").configure {
15
systemProperty("tests.minimum.index.compatible", bwcVersion)
16
usesBwcDistribution(bwcVersion)
17
-
18
- // Tests rely on unreleased code in 8.18 branch
19
- enabled = buildParams.snapshotBuild
+ enabled = true
20
}
21
22
0 commit comments