mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
stop test from running on mac (#394)
This commit is contained in:
committed by
GitHub
parent
2a1fc0c20c
commit
bb55a0352c
@@ -135,7 +135,7 @@ mod test {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
#[cfg(not(any(target_os = "linux", target_os = "macos")))]
|
||||
// test the file_write functionality
|
||||
fn test_write_to_file() -> crate::Result<()> {
|
||||
// import read_to_string and write to be able to manipulate the file.
|
||||
|
||||
Reference in New Issue
Block a user