From 5b1ef5e2431a347beb47f0d5935c011001df81cb Mon Sep 17 00:00:00 2001 From: Matt L <124107509+mattjala@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:12:34 -0500 Subject: [PATCH] Temporarily turn off h5diff tests for cache VOL (#5732) --- .github/workflows/vol_cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vol_cache.yml b/.github/workflows/vol_cache.yml index b24c14896b6..259314ee538 100644 --- a/.github/workflows/vol_cache.yml +++ b/.github/workflows/vol_cache.yml @@ -161,4 +161,4 @@ jobs: # that this should be re-enabled in the future. if: ${{ ! matrix.async }} run: | - ctest --build-config ${{ inputs.build_mode }} -VV -R "HDF5_VOL_vol-cache" . \ No newline at end of file + ctest --build-config ${{ inputs.build_mode }} -VV -R "HDF5_VOL_vol-cache" -E "H5DIFF" . \ No newline at end of file