Skip to content

Commit

Permalink
Remove im_corrupted.tif test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Nov 21, 2024
1 parent 8432024 commit 9a8d944
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/galaxy/datatypes/test/im_corrupted.tif

This file was deleted.

Binary file removed test-data/im_corrupted.tif
Binary file not shown.
5 changes: 0 additions & 5 deletions test/unit/data/datatypes/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ def test_tiff_empty(metadata):
__assert_empty_metadata(metadata)


@__test(Tiff, "im_corrupted.tif")
def test_tiff_corrupted(metadata):
__assert_empty_metadata(metadata)


@__test(Tiff, "1.tiff")
def test_tiff_unsupported_compression(metadata):
# If the compression of a TIFF is unsupported, some fields should still be there
Expand Down

0 comments on commit 9a8d944

Please sign in to comment.