Skip to content

Commit a220f54

Browse files
Disable Bwc Tests for #46764 (#46769)
Disabling BwC tests so we can safely merge #46764
1 parent e20e0ca commit a220f54

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
@@ -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/46764" /* 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)