From 76d32cbd2a9912f4c9833c2a26a23d9609443104 Mon Sep 17 00:00:00 2001 From: Markus Himmel Date: Wed, 6 Nov 2024 10:40:20 +0100 Subject: [PATCH] chore: exclude leanruntest_task_test_io for now (#5973) To be reenabled after investigation. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd1f5412af..40637c1fdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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