Skip to content

Commit 84a7310

Browse files
Mute BWC tests (#74108)
BWC tests need to be muted before merging #74093. Will be reenabled after merging #74107.
1 parent df365dd commit 84a7310

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
@@ -170,9 +170,9 @@ tasks.register("verifyVersions") {
170170
* after the backport of the backcompat code is complete.
171171
*/
172172

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

0 commit comments

Comments
 (0)