Parcourir la source

Reenable bwc tests (#42478)

This commit reenables bwc tests now that the backport of #38373 is
complete.
Ryan Ernst il y a 6 ans
Parent
commit
ca7b80a7fd
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

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