Skip to content

Commit

Permalink
skip testing hashes since they are useless (#51)
Browse files Browse the repository at this point in the history
This allows us to merge simple improvements such as #50 without tedious and useless work.

Xref trixi-framework/Trixi.jl#680
  • Loading branch information
ranocha committed Jan 13, 2022
1 parent 9e9ac0f commit 771cb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_trixi2vtk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 771cb3d

Please sign in to comment.