Skip to content

Commit 6121a8a

Browse files
authored
Disable BWC tests for backport of #88875 (#88997)
1 parent b724039 commit 6121a8a

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
@@ -136,9 +136,9 @@ tasks.register("verifyVersions") {
136136
* after the backport of the backcompat code is complete.
137137
*/
138138

139-
boolean bwc_tests_enabled = true
139+
boolean bwc_tests_enabled = false
140140
// place a PR link here when committing bwc changes:
141-
String bwc_tests_disabled_issue = ""
141+
String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/88995"
142142
if (bwc_tests_enabled == false) {
143143
if (bwc_tests_disabled_issue.isEmpty()) {
144144
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)