Skip to content

Commit 4fd4fdd

Browse files
Disable BwC Tests for #43148 (#44262)
* Since we're changing the way the snapshot status message is serialized in #43148 we need to turn of BwC tests here
1 parent 6e283f2 commit 4fd4fdd

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
@@ -160,8 +160,8 @@ task verifyVersions {
160160
* after the backport of the backcompat code is complete.
161161
*/
162162

163-
boolean bwc_tests_enabled = true
164-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
163+
boolean bwc_tests_enabled = false
164+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/44261" /* place a PR link here when committing bwc changes */
165165
if (bwc_tests_enabled == false) {
166166
if (bwc_tests_disabled_issue.isEmpty()) {
167167
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)