Skip to content

Commit 766d237

Browse files
test: revert test-linux.yml test args
1 parent 4657a81 commit 766d237

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test-linux.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,3 @@ jobs:
5959
run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"
6060
- name: Test
6161
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)