Skip to content

Commit e9809b5

Browse files
authored
re-enable BWC tests after merging #45767 (#45948)
1 parent 13179b2 commit e9809b5

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
@@ -176,8 +176,8 @@ task verifyVersions {
176176
* after the backport of the backcompat code is complete.
177177
*/
178178

179-
boolean bwc_tests_enabled = false
180-
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/45767"
179+
boolean bwc_tests_enabled = true
180+
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
181181
if (bwc_tests_enabled == false) {
182182
if (bwc_tests_disabled_issue.isEmpty()) {
183183
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)