From b82bd8aec32e54f43f57e2f4853e8533a2552d08 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Mon, 26 Sep 2022 20:25:21 +0000 Subject: [PATCH] Disable BWC tests until they are supported by the distribution Signed-off-by: Peter Nied --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f00e5bef68..7692b17e39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,8 +59,11 @@ jobs: run: echo "Check the artifact ${{ matrix.jdk }}-reports.zip for detailed test results" backward-compatibility: + ## Disable until 3.0 supports BWC https://github.com/opensearch-project/opensearch-plugins/issues/167 + if: false runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: