From 0f2b75fc58abe25f1109d30072a55cb3417742f1 Mon Sep 17 00:00:00 2001 From: Armin Braun Date: Mon, 15 Feb 2021 14:17:59 +0100 Subject: [PATCH] Disable BwC Tests for #68986 Disabling BwC tests so that #68986 can be merged. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b24219df5533b..7f4bdb0b29183 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/68986" /* 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