From d033d6b3ea273cd058eb798838a899a32fdd010c Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Thu, 11 Feb 2021 08:35:28 +0100 Subject: [PATCH] [Transform] disable BWC for backport of #68814 (#68883) disable BWC for the purpose of backporting #68814 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b24219df5533bb..b324328111d45d 100644 --- a/build.gradle +++ b/build.gradle @@ -169,8 +169,8 @@ tasks.register("verifyVersions") { * after the backport of the backcompat code is complete. */ -boolean bwc_tests_enabled = true -String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */ +boolean bwc_tests_enabled = false +String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/68814" /* place a PR link here when committing bwc changes */ /* * 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