Skip to content

Commit 07db5ac

Browse files
[CI] Disable non working test for C++20 workflow.
1 parent b06e9aa commit 07db5ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ifpen_el9_foss-2021b-cxx20.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
- name: Test
188188
id: test
189189
shell: bash
190-
run: env LD_LIBRARY_PATH=${{ env.BUILD_DIR }}/${{ env.EXT_LIB_SUBDIR }}:${LD_LIBRARY_PATH} ctest --test-dir ${{ env.BUILD_DIR }} ${{ env.CT_OPTS }}
190+
run: env LD_LIBRARY_PATH=${{ env.BUILD_DIR }}/${{ env.EXT_LIB_SUBDIR }}:${LD_LIBRARY_PATH} ctest --test-dir ${{ env.BUILD_DIR }} ${{ env.CT_OPTS }} -E '(RedistributorAlgebra|CompositeSpace)'
191191

192192
- name: Upload test artifact
193193
id: upload-test-artifact

.github/workflows/ifpen_ubu2204_foss-2021b-cxx20.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
shell: bash
190190
# GG: TEMPORARY Remove alien tests using redistribution because they are failing
191191
# with timeout.
192-
run: env LD_LIBRARY_PATH=${{ env.BUILD_DIR }}/${{ env.EXT_LIB_SUBDIR }}:${LD_LIBRARY_PATH} ctest --test-dir ${{ env.BUILD_DIR }} ${{ env.CT_OPTS }} -E alien.refmvhandlers.scalar.RedistributorAlgebra
192+
run: env LD_LIBRARY_PATH=${{ env.BUILD_DIR }}/${{ env.EXT_LIB_SUBDIR }}:${LD_LIBRARY_PATH} ctest --test-dir ${{ env.BUILD_DIR }} ${{ env.CT_OPTS }} -E '(RedistributorAlgebra|CompositeSpace)'
193193

194194
- name: Upload test artifact
195195
id: upload-test-artifact

0 commit comments

Comments
 (0)