summaryrefslogtreecommitdiff
path: root/test/sys/test_aio_drop.rs
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-06-12 16:58:53 -0600
committerAlan Somers <asomers@gmail.com>2021-06-12 17:22:51 -0600
commit221eac1e8f009041b5aeeb8736e29837d2f7776a (patch)
treeb38006ca5408d7694407cf5b224031bba8f01070 /test/sys/test_aio_drop.rs
parent3405a7c37472b64c53bb5c80b96d470ac7f074b4 (diff)
downloadnix-221eac1e8f009041b5aeeb8736e29837d2f7776a.zip
Reenable tests that only failed on Travis, since we no longer use it.
Diffstat (limited to 'test/sys/test_aio_drop.rs')
-rw-r--r--test/sys/test_aio_drop.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sys/test_aio_drop.rs b/test/sys/test_aio_drop.rs
index 784ee3ef..71a2183b 100644
--- a/test/sys/test_aio_drop.rs
+++ b/test/sys/test_aio_drop.rs
@@ -9,7 +9,6 @@
target_os = "macos",
target_os = "freebsd",
target_os = "netbsd")))]
-#[cfg_attr(target_env = "gnu", ignore = "Occasionally fails in Travis; glibc bug suspected")]
fn test_drop() {
use nix::sys::aio::*;
use nix::sys::signal::*;