Skip to content

Commit fc753b8

Browse files
committed
Disable BWC tests for backport of elastic#88875
This disabled backwards compatibility tests so the CCR bugfix can be backported, since it includes some version-specific serialization.
1 parent 3420be0 commit fc753b8

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)