Skip to content

Commit 4f42ad3

Browse files
martijnvgweizijun
authored andcommitted
Disable bwc tests for elastic#39094
1 parent 266cb02 commit 4f42ad3

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
@@ -160,8 +160,8 @@ task verifyVersions {
160160
* after the backport of the backcompat code is complete.
161161
*/
162162

163-
boolean bwc_tests_enabled = true
164-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
163+
boolean bwc_tests_enabled = false
164+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/39094" /* place a PR link here when committing bwc changes */
165165

166166
if (bwc_tests_enabled == false) {
167167
if (bwc_tests_disabled_issue.isEmpty()) {

0 commit comments

Comments
 (0)