Skip to content

Commit 54fe26e

Browse files
Disable BwC Tests for #52557 (#52558)
Disabling BwC tests so that #52557 can be merged.
1 parent 5567072 commit 54fe26e

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
@@ -216,8 +216,8 @@ task verifyVersions {
216216
* after the backport of the backcompat code is complete.
217217
*/
218218

219-
boolean bwc_tests_enabled = true
220-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
219+
boolean bwc_tests_enabled = false
220+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/52557" /* place a PR link here when committing bwc changes */
221221
if (bwc_tests_enabled == false) {
222222
if (bwc_tests_disabled_issue.isEmpty()) {
223223
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)