Skip to content

Commit f7382f0

Browse files
authored
Disable BWC for SLM retention backport (#46510)
SLM retention was merged in #46407 and will be backported in #46506. This disables BWC tests until both the backport and the version change in #46509 are merged.
1 parent 18f0d53 commit f7382f0

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
@@ -176,8 +176,8 @@ task verifyVersions {
176176
* after the backport of the backcompat code is complete.
177177
*/
178178

179-
boolean bwc_tests_enabled = true
180-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
179+
boolean bwc_tests_enabled = false
180+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/46509" /* place a PR link here when committing bwc changes */
181181
if (bwc_tests_enabled == false) {
182182
if (bwc_tests_disabled_issue.isEmpty()) {
183183
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)