Skip to content

Commit 0b0ed3a

Browse files
authored
ci: update MSYS2 test failure list (#6060)
Remove 2 tests that pass in 2.0.0 from lists of tests that should be run as "Expected to Fail".
1 parent 345c621 commit 0b0ed3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/msys2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ jobs:
7474
7575
- name: Build
7676
run: |
77-
cmake --build . --parallel 3 --config ${{ inputs.build_mode }}
77+
cmake --build . --parallel 2 --config ${{ inputs.build_mode }}
7878
working-directory: ${{ runner.workspace }}/build
7979

8080
- name: Run Tests
8181
run: |
82-
ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -E "testhdf5-base|cache_api|dt_arith|H5TEST-dtypes|err_compat"
82+
ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -E "cache_api|dt_arith|err_compat"
8383
working-directory: ${{ runner.workspace }}/build
8484

8585
- name: Run Expected to Fail Tests
8686
run: |
87-
ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -R "testhdf5-base|cache_api|dt_arith|H5TEST-dtypes|err_compat"
87+
ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -R "cache_api|dt_arith|err_compat"
8888
working-directory: ${{ runner.workspace }}/build
8989
continue-on-error: true

0 commit comments

Comments
 (0)