[BWC] Diable BWC tests until branch versions are synced (#1508)

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
This commit is contained in:
Nick Knize 2021-11-04 12:03:41 -05:00 committed by GitHub
parent 286121f0dc
commit 4c42c142cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -192,9 +192,9 @@ tasks.register("verifyVersions") {
* after the backport of the backcompat code is complete.
*/
boolean bwc_tests_enabled = true
boolean bwc_tests_enabled = false
/* place an issue link here when committing bwc changes */
final String bwc_tests_disabled_issue = ""
final String bwc_tests_disabled_issue = "https://github.com/opensearch-project/OpenSearch/issues/1507"
if (bwc_tests_enabled == false) {
if (bwc_tests_disabled_issue.isEmpty()) {
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")