Skip to content

Commit

Permalink
fix: ignore macos watch_multithreading
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-herlemont committed Dec 18, 2023
1 parent a71b252 commit ef54a74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/watch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ fn watch_all_primary_key() {
assert!(recv.try_recv().is_err());
}

// Ignore this test on macOS because it fails with: Result::unwrap()` on an `Err` value: WatchEventError(SendError(SendError { .. }))
#[cfg(not(target_os = "macos"))]
#[test]
fn watch_multithreading() {
let tf = TmpFs::new().unwrap();
Expand Down

0 comments on commit ef54a74

Please sign in to comment.