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 9852727 commit 2fb4ad9Copy full SHA for 2fb4ad9
src/common/buf.rs
@@ -72,6 +72,7 @@ mod tests {
72
use hyper::body::{Buf, Bytes};
73
use std::time::Duration;
74
75
+ #[cfg(not(miri))]
76
#[tokio::test]
77
async fn test_get_notified_immediately() {
78
let buf = Bytes::from_static(b"abc");
@@ -80,6 +81,7 @@ mod tests {
80
81
signaler.wait_till_eos().await;
82
}
83
84
85
86
async fn test_get_notified_after_1ms() {
87
0 commit comments