Skip to content

Commit 9958c3c

Browse files
authored
Mute bwc tests for backporting #77660 to 7.x (#77704)
1 parent 50e3c86 commit 9958c3c

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
@@ -140,9 +140,9 @@ tasks.register("verifyVersions") {
140140
* after the backport of the backcompat code is complete.
141141
*/
142142

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

0 commit comments

Comments
 (0)