Generate VOL tests for h5ls (#5769)

* Generate VOL tests for h5ls
* Update workflow
* Rework test skipping
Co-authored-by: jhendersonHDF <jhenderson@hdfgroup.org>
This commit is contained in:
Matt L
2025-09-24 11:54:52 -05:00
committed by GitHub
parent 06d63b66be
commit fdabc30649
2 changed files with 123 additions and 54 deletions
+1 -1
View File
@@ -191,4 +191,4 @@ jobs:
HSDS_ENDPOINT=http+unix://%2Ftmp%2Fhs%2Fsn_1.sock \
ROOT_DIR=${{github.workspace}}/hsdsdata \
BUCKET_NAME=hsdstest \
ctest --build-config ${{ inputs.build_mode }} -VV -R "h5_api" -E "H5COPY|H5DIFF" .
ctest --build-config ${{ inputs.build_mode }} -VV -R "h5_api" -E "H5COPY|H5DIFF|H5LS" .