Skip to content

Commit

Permalink
Disable BWC tests until they are supported by the distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Sep 26, 2022
1 parent 1fc02ad commit b82bd8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b82bd8a

Please sign in to comment.