Skip to content

Commit b3a65e1

Browse files
committed
Temporarily ignore io_timeout:: io_timeout_timedout test on non x86-64 targets
1 parent fb83fae commit b3a65e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/io_timeout.rs

+1
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)