Skip to content

Commit 26b070a

Browse files
authored
test: enable test_aio_suspend on both Linux and macOS (#2262)
1 parent 8db0701 commit 26b070a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/sys/test_aio.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -569,12 +569,6 @@ fn test_aio_cancel_all() {
569569
}
570570

571571
#[test]
572-
// On Cirrus on Linux, this test fails due to a glibc bug.
573-
// https://github.com/nix-rust/nix/issues/1099
574-
#[cfg_attr(target_os = "linux", ignore)]
575-
// On Cirrus, aio_suspend is failing with EINVAL
576-
// https://github.com/nix-rust/nix/issues/1361
577-
#[cfg_attr(apple_targets, ignore)]
578572
fn test_aio_suspend() {
579573
const INITIAL: &[u8] = b"abcdef123456";
580574
const WBUF: &[u8] = b"CDEFG";

0 commit comments

Comments
 (0)