Commit 02abed3a authored by Derek Nola's avatar Derek Nola

Don't run snapshotrestore on flaky arm64 runners

parent 86c84e13
...@@ -165,6 +165,8 @@ jobs: ...@@ -165,6 +165,8 @@ jobs:
exclude: exclude:
- dtest: autoimport - dtest: autoimport
arch: arm64 arch: arm64
- dtest: snapshotrestore
arch: arm64
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }} runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
env: env:
CHANNEL: ${{ needs.build-go-tests.outputs.channel }} CHANNEL: ${{ needs.build-go-tests.outputs.channel }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment