Skip to content

Commit 1a46d15

Browse files
authored
Disable bwc tests until #36555 backport is complete (#36737)
1 parent 5f76f39 commit 1a46d15

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
@@ -163,8 +163,8 @@ task verifyVersions {
163163
* the enabled state of every bwc task. It should be set back to true
164164
* after the backport of the backcompat code is complete.
165165
*/
166-
final boolean bwc_tests_enabled = true
167-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
166+
final boolean bwc_tests_enabled = false
167+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/36555" /* place a PR link here when committing bwc changes */
168168
if (bwc_tests_enabled == false) {
169169
if (bwc_tests_disabled_issue.isEmpty()) {
170170
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)