We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cf992 commit f41a36cCopy full SHA for f41a36c
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
#[cfg(not(target_os = "unknown"))]
0 commit comments