Skip to content

Commit

Permalink
tests: Ignore hanging test on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Feb 23, 2023
1 parent 5cf54b4 commit b88966c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/cli/tests/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ fn test_snapshot_sleep() {
// }

// Tests that thread local variables work correctly
#[cfg(target_os = "linux")]
#[test]
fn test_snapshot_thread_locals() {
let mut snapshot = TestBuilder::new()
Expand Down

0 comments on commit b88966c

Please sign in to comment.