Skip to content

Commit f299fee

Browse files
committed
[ML] mute bwc for PR elastic#76096 backport
1 parent 7ac5ea3 commit f299fee

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
@@ -145,9 +145,9 @@ tasks.register("verifyVersions") {
145145
* after the backport of the backcompat code is complete.
146146
*/
147147

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

0 commit comments

Comments
 (0)