Skip to content

Commit 2b9f966

Browse files
author
Vincent Wilms
committed
Skip HSDS tests
1 parent 524d68c commit 2b9f966

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ jobs:
8484
- name: Test (filters)
8585
run: dotnet test -c Release /p:BuildProjectReferences=false --filter "FullyQualifiedName~PureHDF.Tests.Filters"
8686

87-
- name: Test (HSDS)
88-
run: bash tests/PureHDF.Tests/Reading/PureHDF.VOL/run-hsds-tests.sh
87+
# Skip for now
88+
# - name: Test (HSDS)
89+
# run: bash tests/PureHDF.Tests/Reading/PureHDF.VOL/run-hsds-tests.sh
8990

9091
- name: Upload Artifacts
9192
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)