diff --git a/tests/all/pooling_allocator.rs b/tests/all/pooling_allocator.rs index 737c821e5e8..883c0bcad58 100644 --- a/tests/all/pooling_allocator.rs +++ b/tests/all/pooling_allocator.rs @@ -1259,6 +1259,7 @@ fn tricky_empty_table_with_empty_virtual_memory_alloc() -> Result<()> { } #[test] +#[cfg_attr(miri, ignore)] fn custom_page_sizes_reusing_same_slot() -> Result<()> { let mut config = Config::new(); config.wasm_custom_page_sizes(true);