Skip to content

Commit a4512f4

Browse files
authored
disable bwc tests (#48779)
this disables bwc tests for changes made in #48485, that are being backported in #48661. This will be reverted once #48768 is merged.
1 parent c3d2e51 commit a4512f4

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
@@ -206,8 +206,8 @@ task verifyVersions {
206206
* after the backport of the backcompat code is complete.
207207
*/
208208

209-
boolean bwc_tests_enabled = true
210-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
209+
boolean bwc_tests_enabled = false
210+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/48661<Paste>" /* place a PR link here when committing bwc changes */
211211
if (bwc_tests_enabled == false) {
212212
if (bwc_tests_disabled_issue.isEmpty()) {
213213
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)