Skip to content

Commit 05baf4c

Browse files
authored
Disabe bwc tests (#72750)
Disable bwc in preparation for merging #67861
1 parent e683d71 commit 05baf4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ tasks.register("verifyVersions") {
196196
* after the backport of the backcompat code is complete.
197197
*/
198198

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

0 commit comments

Comments
 (0)