We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a65e1 commit edc90abCopy full SHA for edc90ab
tests/io_timeout.rs
@@ -3,7 +3,6 @@ use std::time::Duration;
3
use async_std::io;
4
use async_std::task;
5
6
-#[cfg_attr(not(target_arch = "x86_64"), ignore)]
7
#[test]
8
#[should_panic(expected = "timed out")]
9
fn io_timeout_timedout() {
0 commit comments