We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df365dd commit 84a7310Copy full SHA for 84a7310
build.gradle
@@ -170,9 +170,9 @@ tasks.register("verifyVersions") {
170
* after the backport of the backcompat code is complete.
171
*/
172
173
-boolean bwc_tests_enabled = true
+boolean bwc_tests_enabled = false
174
// place a PR link here when committing bwc changes:
175
-String bwc_tests_disabled_issue = ""
+String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/74093"
176
/*
177
* FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
178
* JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable
0 commit comments