We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958557a commit 2352bffCopy full SHA for 2352bff
tests/io_timeout.rs
@@ -4,6 +4,7 @@ use async_std::io;
4
use async_std::task;
5
6
#[test]
7
+#[ignore]
8
#[should_panic(expected = "timed out")]
9
fn io_timeout_timedout() {
10
task::block_on(async {
0 commit comments