Reenable bwc tests after backport of #61779 (#62051)

This commit is contained in:
Jim Ferenczi 2020-09-07 16:46:13 +02:00 committed by GitHub
parent 5a750478ab
commit 0043242b2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,8 +174,8 @@ tasks.register("verifyVersions") {
* after the backport of the backcompat code is complete. * after the backport of the backcompat code is complete.
*/ */
boolean bwc_tests_enabled = false boolean bwc_tests_enabled = true
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/62028" /* place a PR link here when committing bwc changes */ final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
if (bwc_tests_enabled == false) { if (bwc_tests_enabled == false) {
if (bwc_tests_disabled_issue.isEmpty()) { if (bwc_tests_disabled_issue.isEmpty()) {
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false") throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")