We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80d6ae commit ae976e0Copy full SHA for ae976e0
tests/io_timeout.rs
@@ -3,6 +3,7 @@ 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