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 29, 2020
1 parent e4f7017 commit 17a41fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/io_timeout.rs
Original file line number Diff line number Diff line change
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 17a41fe

Please sign in to comment.