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