Skip to content

Commit 4cd4fef

Browse files
committed
disable test on musl
1 parent f6368e5 commit 4cd4fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_sched.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ fn test_sched_affinity() {
4343
sched_setaffinity(Pid::from_raw(0), &initial_affinity).unwrap();
4444
}
4545

46+
#[cfg(not(target_env = "musl"))]
4647
#[test]
4748
fn test_sched_priority() {
4849
let pid = Pid::from_raw(0);

0 commit comments

Comments
 (0)