Skip to content

Commit

Permalink
Ignore this test in valgrind -- the metadata values don't make logica…
Browse files Browse the repository at this point in the history
…l sense.
  • Loading branch information
wiredfool committed Dec 28, 2020
1 parent 27e45f1 commit f16cbbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/test_file_libtiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def test_write_metadata(self, tmp_path):
for field in requested_fields:
assert field in reloaded, f"{field} not in metadata"

@pytest.mark.valgrind_known_error(reason="Known Invalid Metadata")
def test_additional_metadata(self, tmp_path):
# these should not crash. Seriously dummy data, most of it doesn't make
# any sense, so we're running up against limits where we're asking
Expand Down

0 comments on commit f16cbbd

Please sign in to comment.