From df5c4074fee7c32ffa095740cf9c08c6bfeede44 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Wed, 21 Jul 2021 11:09:32 +0200 Subject: [PATCH] Disable bwc tests for #74784 (#75567) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8350fddb1e59b..b21e8dc0009db 100644 --- a/build.gradle +++ b/build.gradle @@ -144,9 +144,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/74784" /* * 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