We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db0701 commit 26b070aCopy full SHA for 26b070a
test/sys/test_aio.rs
@@ -569,12 +569,6 @@ fn test_aio_cancel_all() {
569
}
570
571
#[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)]
578
fn test_aio_suspend() {
579
const INITIAL: &[u8] = b"abcdef123456";
580
const WBUF: &[u8] = b"CDEFG";
0 commit comments