diff --git a/.gitea/workflows/build_and_test.yml b/.gitea/workflows/build_and_test.yml index 9222ab32..560a9f62 100644 --- a/.gitea/workflows/build_and_test.yml +++ b/.gitea/workflows/build_and_test.yml @@ -170,13 +170,6 @@ jobs: cd build cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .. ninja -j16 jfjoch_hdf5_test - - name: Run XDS with Durin and VDS format - shell: bash - run: | - cd tests/xds_durin - ../../build/tools/jfjoch_hdf5_test ../../tests/test_data/compression_benchmark.h5 -n25 -f10 -V - /opt/xds/xds_par - test -f IDXREF.LP - name: Run XDS with Durin and single HDF5 format shell: bash run: |