From 633b1715988e126d98fe7b916d32061188cb6df9 Mon Sep 17 00:00:00 2001 From: Keith Massey Date: Tue, 27 Jul 2021 17:12:51 -0500 Subject: [PATCH] Disabling BWC tests for _nodes/stats shard count backport --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8350fddb1e59b..5b2cb04689b47 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/75760" /* * 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