Skip to content

Commit ed15707

Browse files
committed
test: disable failing test envs in 20.x CI
29c0324 added a few test environments that are simply not working 20.x branch. Let's disable them to get more useful CI results.
1 parent 14d228a commit ed15707

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ permissions:
3535
jobs:
3636
test-linux:
3737
if: github.event.pull_request.draft == false
38-
runs-on: ${{ matrix.os }}
39-
strategy:
40-
fail-fast: false
41-
matrix:
42-
os: [ubuntu-24.04, ubuntu-24.04-arm]
38+
runs-on: ubuntu-24.04
4339
steps:
4440
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4541
with:
@@ -59,10 +55,3 @@ jobs:
5955
run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"
6056
- name: Test
6157
run: make -C node run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
62-
- name: Re-run test in a folder whose name contains unusual chars
63-
run: |
64-
mv node "$DIR"
65-
cd "$DIR"
66-
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
67-
env:
68-
DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…`

0 commit comments

Comments
 (0)