Skip to content

Commit

Permalink
cl: disable spec-integration CI on mac - until flaky test fix (#8812)
Browse files Browse the repository at this point in the history
See Issue #8789
  • Loading branch information
AskAlexSharov authored Nov 22, 2023
1 parent 43b8cbb commit 30c05cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-integration-caplin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
tests:
strategy:
matrix:
os: [ ubuntu-20.04, macos-11 ] # list of os: https://github.com/actions/virtual-environments
# disable macos-11 until https://github.com/ledgerwatch/erigon/issues/8789
# os: [ ubuntu-20.04, macos-11 ] # list of os: https://github.com/actions/virtual-environments
os: [ ubuntu-20.04 ] # list of os: https://github.com/actions/virtual-environments
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 30c05cc

Please sign in to comment.