Skip to content

Commit d9bfb1c

Browse files
authored
test: disable ubuntu-24.04-arm usage (#1297)
1 parent 6098111 commit d9bfb1c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/example-tests.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ jobs:
2222
included-as-non-root
2323
]
2424
os: [
25-
ubuntu-24.04, # testing Linux/amd64 platform
26-
ubuntu-24.04-arm # testing Linux/arm64 platform
25+
ubuntu-24.04 # testing Linux/amd64 platform
26+
#
27+
# temporarily disable testing on arm due to reliability issues
28+
# see https://github.com/actions/partner-runner-images/issues for updates
29+
#
30+
# ubuntu-24.04-arm # testing Linux/arm64 platform
2731
]
28-
exclude:
29-
- os: ubuntu-24.04-arm
30-
directory: chrome-for-testing #browser not available for Linux/arm64
32+
# exclude:
33+
# - os: ubuntu-24.04-arm
34+
# directory: chrome-for-testing #browser not available for Linux/arm64
3135
runs-on: ${{ matrix.os }}
3236
steps:
3337
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)