Skip to content

Commit 74c00fb

Browse files
Disable BwC Tests For #74676 (#74684)
Disabling BwC tests so that #74676 can be merged.
1 parent d4ed43c commit 74c00fb

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
@@ -117,9 +117,9 @@ tasks.register("verifyVersions") {
117117
* after the backport of the backcompat code is complete.
118118
*/
119119

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

0 commit comments

Comments
 (0)