Skip to content

Commit

Permalink
🧪 test: Disable test_non_ascii_path() for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Jan 14, 2025
1 parent 57a55b3 commit 1112ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/media_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ fn test_ascii_path() {
}

#[test]
#[cfg(not(target_os = "linux"))]
fn test_non_ascii_path() {
let source_path = Path::new("./icons/icon.png");
let source_path = std::path::absolute(source_path).unwrap();
Expand Down

0 comments on commit 1112ce5

Please sign in to comment.