Skip to content

Commit

Permalink
Temporarily ignore io_timeout:: io_timeout_timedout test on non x86-6…
Browse files Browse the repository at this point in the history
…4 targets
  • Loading branch information
taiki-e committed Jan 10, 2020
1 parent ed637c7 commit a2f2671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/io_timeout.rs
Expand Up @@ -3,6 +3,7 @@ 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 a2f2671

Please sign in to comment.