miri: add annotations for tests with miri ignore (#6981)

This commit is contained in:
tiif
2024-11-20 11:44:28 +01:00
committed by GitHub
parent cbdceb91ac
commit 4047d7962a
37 changed files with 99 additions and 24 deletions
+1
View File
@@ -49,6 +49,7 @@ where
}
#[tokio::test]
#[cfg_attr(miri, ignore)] // Block on https://github.com/tokio-rs/tokio/issues/6860
async fn pending_first() {
let (tx1, rx1) = mpsc::unbounded_channel_stream();
let (tx2, rx2) = mpsc::unbounded_channel_stream();