Skip to content

Commit 64d228c

Browse files
authored
Re-enable BWC tests (#53833)
This is to re-enable after #53830
1 parent 0e6d139 commit 64d228c

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
@@ -221,8 +221,8 @@ task verifyVersions {
221221
* after the backport of the backcompat code is complete.
222222
*/
223223

224-
boolean bwc_tests_enabled = false
225-
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/53829" /* place a PR link here when committing bwc changes */
224+
boolean bwc_tests_enabled = true
225+
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
226226
if (bwc_tests_enabled == false) {
227227
if (bwc_tests_disabled_issue.isEmpty()) {
228228
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)