Skip to content

Commit 1750144

Browse files
Disable BWC tests
Relates #79385
1 parent 6161b72 commit 1750144

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
@@ -132,9 +132,9 @@ tasks.register("verifyVersions") {
132132
* after the backport of the backcompat code is complete.
133133
*/
134134

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

0 commit comments

Comments
 (0)