Skip to content

Commit 11179b9

Browse files
committed
Re-enable BWC tests on 7.x
This can only be merged once #56541, #56545 and #56546 have been merged
1 parent 7c5e6c2 commit 11179b9

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
@@ -182,8 +182,8 @@ task verifyVersions {
182182
* after the backport of the backcompat code is complete.
183183
*/
184184

185-
boolean bwc_tests_enabled = false
186-
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/56541" /* place a PR link here when committing bwc changes */
185+
boolean bwc_tests_enabled = true
186+
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
187187
if (bwc_tests_enabled == false) {
188188
if (bwc_tests_disabled_issue.isEmpty()) {
189189
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)