Skip to content

Commit 961b3b9

Browse files
committed
Skip writing file on windows
1 parent 94ee520 commit 961b3b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

druid/src/widget/image.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ mod tests {
318318
);
319319
}
320320
#[test]
321+
#[cfg_attr(target_os = "windows", ignore)]
321322
fn into_png() {
322323
use crate::{
323324
tests::{harness::Harness, temp_dir_for_test},

0 commit comments

Comments
 (0)