From f99d8aa9fffaabcca74600eec002cc6ecd1c6023 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 20 Jan 2020 11:58:49 +0900 Subject: [PATCH] Revert "Temporarily ignore io_timeout:: io_timeout_timedout test on non x86-64 targets" This reverts commit b3a65e127ed25f025ee7fed68d1f6428b50b8b38. --- tests/io_timeout.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/io_timeout.rs b/tests/io_timeout.rs index 96f86e59b..85a17ab75 100644 --- a/tests/io_timeout.rs +++ b/tests/io_timeout.rs @@ -3,7 +3,6 @@ use std::time::Duration; use async_std::io; use async_std::task; -#[cfg_attr(not(target_arch = "x86_64"), ignore)] #[test] #[should_panic(expected = "timed out")] fn io_timeout_timedout() {