Skip to content

Commit 62db381

Browse files
committed
Reenable BWC tests.
Now that elastic#51260 has been backported.
1 parent 28e2f16 commit 62db381

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

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

0 commit comments

Comments
 (0)