From a8bf9e741d8ce013ab724b173d12f8e85eb5b58c Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Thu, 2 Apr 2026 12:51:20 +0200 Subject: [PATCH] Remove Durin/VDS test --- .gitea/workflows/build_and_test.yml | 7 ------- 1 file changed, 7 deletions(-) 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: |