You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: build.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -219,8 +219,8 @@ task verifyVersions {
219
219
* after the backport of the backcompat code is complete.
220
220
*/
221
221
222
-
boolean bwc_tests_enabled =true
223
-
finalString bwc_tests_disabled_issue =""/* place a PR link here when committing bwc changes */
222
+
boolean bwc_tests_enabled =false
223
+
finalString bwc_tests_disabled_issue ="https://github.com/elastic/elasticsearch/pull/52385"/* place a PR link here when committing bwc changes */
224
224
if (bwc_tests_enabled ==false) {
225
225
if (bwc_tests_disabled_issue.isEmpty()) {
226
226
thrownewGradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments