Skip to content

Commit

Permalink
disable virtual dataset tests for libhdf5 version < 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Jun 1, 2023
1 parent 1e183f0 commit bd14d4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ end
include("filters/FilterTestUtils.jl")
@debug "objects"
include("objects.jl")
if VERSION v"1.6"
# `h5d_get_space` seems to be broken for virtual datasets for libhdf5 1.10,
# see https://github.com/JuliaIO/HDF5.jl/pull/1061#issuecomment-1571009149
if HDF5.API.h5_get_libversion() >= v"1.12"
@debug "virtual datasets"
include("virtual_dataset.jl")
end
Expand Down

0 comments on commit bd14d4f

Please sign in to comment.