From e733d7d2d348722ef39fc04ea39b0533a51263ce Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 1 Nov 2024 11:12:56 -0700 Subject: [PATCH] Ignore new test on MIRI --- tests/all/pooling_allocator.rs | 1 + 1 file changed, 1 insertion(+) 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);