Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2f2671

Browse files
committedJan 10, 2020
Temporarily ignore io_timeout:: io_timeout_timedout test on non x86-64 targets
1 parent ed637c7 commit a2f2671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/io_timeout.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use std::time::Duration;
33
use async_std::io;
44
use async_std::task;
55

6+
#[cfg_attr(not(target_arch = "x86_64"), ignore)]
67
#[test]
78
#[should_panic(expected = "timed out")]
89
fn io_timeout_timedout() {

0 commit comments

Comments
 (0)
Please sign in to comment.