From 221eac1e8f009041b5aeeb8736e29837d2f7776a Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 12 Jun 2021 16:58:53 -0600 Subject: Reenable tests that only failed on Travis, since we no longer use it. --- test/sys/test_aio.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/sys/test_aio.rs') diff --git a/test/sys/test_aio.rs b/test/sys/test_aio.rs index 753f1182..254d771b 100644 --- a/test/sys/test_aio.rs +++ b/test/sys/test_aio.rs @@ -142,9 +142,7 @@ fn test_fsync_error() { } #[test] -#[cfg_attr(all(target_env = "musl", target_arch = "x86_64"), ignore)] -// On Travis, aio_suspend hits an assertion within glibc. This is either a bug -// in Travis's version of glibc or Linux. Either way, we must skip the test. +// On Cirrus on Linux, this test fails due to a glibc bug. // https://github.com/nix-rust/nix/issues/1099 #[cfg_attr(target_os = "linux", ignore)] // On Cirrus, aio_suspend is failing with EINVAL -- cgit v1.2.3