Skip to content

Commit acde68c

Browse files
authored
Disable BWC tests for backport of elastic#52385 (elastic#53062)
The system index module for Kibana has been merged to master in elastic#52385 and is being backported to 7.x in elastic#53035, which requires changes to the serialization version. In order to avoid build failures, this commit disables bwc tests. A subsequent commit will reenable these tests.
1 parent 35bde91 commit acde68c

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
@@ -219,8 +219,8 @@ task verifyVersions {
219219
* after the backport of the backcompat code is complete.
220220
*/
221221

222-
boolean bwc_tests_enabled = true
223-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
222+
boolean bwc_tests_enabled = false
223+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/52385" /* place a PR link here when committing bwc changes */
224224
if (bwc_tests_enabled == false) {
225225
if (bwc_tests_disabled_issue.isEmpty()) {
226226
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)