diff --git a/tests/decode_images.rs b/tests/decode_images.rs index 8c26de7..f20c605 100644 --- a/tests/decode_images.rs +++ b/tests/decode_images.rs @@ -221,7 +221,6 @@ fn test_tiled_gray_i1() { test_image_sum_u8("tiled-gray-i1.tif", ColorType::Gray(1), 64668); } - #[test] fn test_tiled_rgb_u8() { test_image_sum_u8("tiled-rgb-u8.tif", ColorType::RGB(8), 39528948);