Added comment for why image::from_path isnt tested

This commit is contained in:
Sebastian Imlay 2022-08-21 11:55:15 -04:00
parent 46b313b585
commit 78be15b50b

View file

@ -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() {