chore: exclude leanruntest_task_test_io for now (#5973)
To be reenabled after investigation.
This commit is contained in:
parent
15139b6ef6
commit
76d32cbd2a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -419,7 +419,7 @@ jobs:
|
|||
if [[ '${{ matrix.name }}' == 'Linux Debug' ]]; then
|
||||
ulimit -s unlimited
|
||||
fi
|
||||
time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }}
|
||||
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"
|
||||
if: (matrix.wasm || !matrix.cross) && needs.configure.outputs.check-level >= 1
|
||||
- name: Test Summary
|
||||
uses: test-summary/action@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue