Skip to content

Commit 99f7b15

Browse files
authored
Disable BW compatibility tests for #49976. (#50744)
1 parent 88ff69b commit 99f7b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ task verifyVersions {
205205
* after the backport of the backcompat code is complete.
206206
*/
207207

208-
boolean bwc_tests_enabled = true
209-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
208+
boolean bwc_tests_enabled = false
209+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/50333" /* place a PR link here when committing bwc changes */
210210
if (bwc_tests_enabled == false) {
211211
if (bwc_tests_disabled_issue.isEmpty()) {
212212
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)