Skip to content

Commit 10b6f33

Browse files
committed
Update tests.
1 parent 7f26ade commit 10b6f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sync/condvar/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ fn wait_timeout_wake() {
191191

192192
#[test]
193193
#[should_panic]
194-
#[cfg_attr(not(unix), ignore)]
194+
#[cfg(all(unix, not(target_os = "linux"), not(target_os = "android")))]
195195
fn two_mutexes() {
196196
let m = Arc::new(Mutex::new(()));
197197
let m2 = m.clone();

0 commit comments

Comments
 (0)