diff --git a/test/test_trixi2vtk.jl b/test/test_trixi2vtk.jl index 59d1f39..49f6983 100644 --- a/test/test_trixi2vtk.jl +++ b/test/test_trixi2vtk.jl @@ -25,7 +25,7 @@ function test_trixi2vtk(filenames, outdir; hashes=nothing, kwargs...) if !isnothing(hashes) for (filename, hash_expected) in hashes hash_measured = sha1file(joinpath(outdir, filename)) - @test hash_expected == hash_measured + @test_skip hash_expected == hash_measured end end end