Skip to content

Commit edc90ab

Browse files
committed
Revert "Temporarily ignore io_timeout:: io_timeout_timedout test on non x86-64 targets"
This reverts commit b3a65e1.
1 parent b3a65e1 commit edc90ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tests/io_timeout.rs

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

6-
#[cfg_attr(not(target_arch = "x86_64"), ignore)]
76
#[test]
87
#[should_panic(expected = "timed out")]
98
fn io_timeout_timedout() {

0 commit comments

Comments
 (0)