From 2c021984e3446f2a523019ab8ef3df3e0a51956a Mon Sep 17 00:00:00 2001 From: tlrx Date: Tue, 16 Sep 2025 14:06:35 +0200 Subject: [PATCH] [9.0] Reenable Index Compatibility BWC Tests Relates #134784 --- qa/lucene-index-compatibility/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qa/lucene-index-compatibility/build.gradle b/qa/lucene-index-compatibility/build.gradle index 50ecc66f1cc53..1d728c08dd6ff 100644 --- a/qa/lucene-index-compatibility/build.gradle +++ b/qa/lucene-index-compatibility/build.gradle @@ -14,9 +14,7 @@ buildParams.bwcVersions.withLatestReadOnlyIndexCompatible { bwcVersion -> tasks.named("javaRestTest").configure { systemProperty("tests.minimum.index.compatible", bwcVersion) usesBwcDistribution(bwcVersion) - - // Tests rely on unreleased code in 8.18 branch - enabled = buildParams.snapshotBuild + enabled = true } }