Skip to content

Commit 7b05e49

Browse files
authored
Disable BWC tests for backport of max_single_primary_size (#68329)
Related to #68321
1 parent 419ce10 commit 7b05e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ tasks.register("verifyVersions") {
175175
* after the backport of the backcompat code is complete.
176176
*/
177177

178-
boolean bwc_tests_enabled = true
179-
String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
178+
boolean bwc_tests_enabled = false
179+
String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/68321" /* place a PR link here when committing bwc changes */
180180
/*
181181
* FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
182182
* JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable

0 commit comments

Comments
 (0)