diff --git a/tests/all/pooling_allocator.rs b/tests/all/pooling_allocator.rs index cd89d73267bf..be0edb3c46ea 100644 --- a/tests/all/pooling_allocator.rs +++ b/tests/all/pooling_allocator.rs @@ -927,7 +927,7 @@ fn total_tables_limit() -> Result<()> { } #[tokio::test] -#[cfg_attr(miri, ignore)] +#[cfg(not(miri)] async fn total_stacks_limit() -> Result<()> { use super::async_functions::PollOnce;