Skip to content

Commit 62f05c6

Browse files
committed
chore: exclude leanruntest_task_test_io for now
1 parent 910b20f commit 62f05c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ jobs:
419419
if [[ '${{ matrix.name }}' == 'Linux Debug' ]]; then
420420
ulimit -s unlimited
421421
fi
422-
time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }}
422+
time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }} -E "leanruntest_task_test_io"
423423
if: (matrix.wasm || !matrix.cross) && needs.configure.outputs.check-level >= 1
424424
- name: Test Summary
425425
uses: test-summary/action@v2

0 commit comments

Comments
 (0)