Skip to content

Commit 2ad55a4

Browse files
authored
[8.0] Disable BWC for #80821
#80821 reverts a breaking change
1 parent e9bfea5 commit 2ad55a4

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
@@ -125,9 +125,9 @@ tasks.register("verifyVersions") {
125125
* after the backport of the backcompat code is complete.
126126
*/
127127

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

0 commit comments

Comments
 (0)