Skip to content

Commit

Permalink
Revert "Temporarily ignore io_timeout:: io_timeout_timedout test on n…
Browse files Browse the repository at this point in the history
…on x86-64 targets"

This reverts commit b3a65e1.
  • Loading branch information
taiki-e committed Jan 29, 2020
1 parent 17a41fe commit f99d8aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/io_timeout.rs
Expand Up @@ -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() {
Expand Down

0 comments on commit f99d8aa

Please sign in to comment.