Skip to content

Commit ea2f68e

Browse files
Merge #326
326: Skip use_while_exiting test on macOS r=stjepang a=Thomasdezeeuw Updates #321. As per @stjepang suggestion in #321 (comment). Co-authored-by: Thomas de Zeeuw <[email protected]>
2 parents 816bd1b + edc8586 commit ea2f68e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crossbeam-channel/tests/thread_locals.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ fn ms(ms: u64) -> Duration {
1515
}
1616

1717
#[test]
18+
#[cfg_attr(target_os = "macos", ignore = "TLS is destroyed too early on macOS")]
1819
fn use_while_exiting() {
1920
struct Foo;
2021

0 commit comments

Comments
 (0)