From 5b4b706730122a32c65292ab14fff3edb30cf17e Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Mon, 20 Dec 2021 11:07:45 -0500 Subject: [PATCH] Disable BWC tests to upgrade Lucene on 7.17 (#81930) (#81934) Relates #81900 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 777f83797fb3f..14a97c1dc2258 100644 --- a/build.gradle +++ b/build.gradle @@ -125,9 +125,9 @@ tasks.register("verifyVersions") { * after the backport of the backcompat code is complete. */ -boolean bwc_tests_enabled = true +boolean bwc_tests_enabled = false // place a PR link here when committing bwc changes: -String bwc_tests_disabled_issue = "" +String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/81900" /* * FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a * JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable