Skip to content

Commit

Permalink
BUG: Disable broken "inMemory_zip" test (InsightSoftwareConsortium#36)
Browse files Browse the repository at this point in the history
Disable "IOOMEZarrNGFF_inMemory_zip" test which sometimes writes a
corrupted archive on Linux.

"zip" tensorstore driver will be investigated independently in the
InsightSoftwareConsortium Tensorstore fork and enabled when "zip" write
on Linux is supported again.

InsightSoftwareConsortium#36
  • Loading branch information
tbirdso committed Aug 9, 2023
1 parent a4b127c commit 82681be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
itk-git-tag: "v5.4rc01"
itk-wheel-tag: "v5.4rc01"
ITKPythonPackage-git-tag: "5ad02309321621cdc7269b9b68a35013c912271c"
ctest-options: "-E IOOMEZarrNGFF_inMemory_zip"

jobs:
build-test-cxx:
Expand Down Expand Up @@ -137,13 +138,13 @@ jobs:
- name: Build and test
if: matrix.os != 'windows-2022'
run: |
ctest --output-on-failure -j 2 -V -S dashboard.cmake
ctest --output-on-failure -j 2 -V -S dashboard.cmake ${{ env.ctest-options }}
- name: Build and test
if: matrix.os == 'windows-2022'
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
ctest --output-on-failure -j 2 -V -S dashboard.cmake
ctest --output-on-failure -j 2 -V -S dashboard.cmake ${{ env.ctest-options }}
shell: cmd

build-linux-py:
Expand Down

0 comments on commit 82681be

Please sign in to comment.