Skip to content

Commit

Permalink
Skip writing file on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fishrockz committed Apr 7, 2020
1 parent 94ee520 commit 961b3b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions druid/src/widget/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ mod tests {
);
}
#[test]
#[cfg_attr(target_os = "windows", ignore)]
fn into_png() {
use crate::{
tests::{harness::Harness, temp_dir_for_test},
Expand Down

0 comments on commit 961b3b9

Please sign in to comment.