mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
ci: test more things with miri (#6885)
This commit is contained in:
@@ -92,6 +92,7 @@ async fn single_short_delay() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[cfg_attr(miri, ignore)] // Too slow on miri.
|
||||
async fn multi_delay_at_start() {
|
||||
time::pause();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user