diff --git a/src/image/image.rs b/src/image/image.rs index b8c1918..6ca6998 100644 --- a/src/image/image.rs +++ b/src/image/image.rs @@ -291,6 +291,7 @@ fn test_image_from_bytes() { let image_bytes = include_bytes!("../../test-data/favicon.ico"); let image = Image::with_data(image_bytes); } +// It's unclear where the file is on the ios simulator. #[test] #[cfg(target_os = "macos")] fn test_image_from_file() {