Skip to content

Commit 9dc375f

Browse files
committed
Disable a test for arm64/linux/interpreted
1 parent 1fd77b7 commit 9dc375f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ jobs:
110110
- name: Test
111111
shell: bash
112112
run: |
113-
ME_DSL_JIT=0 ctest --test-dir build-arm64-interpreter --output-on-failure || \
114-
ME_DSL_JIT=0 ctest --test-dir build-arm64-interpreter --rerun-failed --output-on-failure
113+
ME_DSL_JIT=0 ctest --test-dir build-arm64-interpreter -E "^test_dsl_jit_runtime_cache$" --output-on-failure || \
114+
ME_DSL_JIT=0 ctest --test-dir build-arm64-interpreter -E "^test_dsl_jit_runtime_cache$" --rerun-failed --output-on-failure
115115
116116
miniexpr-wasm32:
117117
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)