Skip to content

Commit 7c5e6c2

Browse files
authored
[7.x] Disable BWC tests for prefer_v2_template removal (#56543)
This disables BWC tests for 7.x so the prefer_v2_template flag can be removed in 7.8, 7.x, and master.
1 parent b90c7e3 commit 7c5e6c2

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 = true
186-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
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 */
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)