Skip to content

Commit 510850a

Browse files
committed
Disable BWC testing for ILM _meta backport
This commit disables BWC tests until the PRs adding `_meta` to ILM policies can be backported and version constants added. Relates: elastic#73515, elastic#73624
1 parent b6fd1bb commit 510850a

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
@@ -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/73624"
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)