Skip to content

Commit

Permalink
Ignore new test on MIRI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 1, 2024
1 parent ecf20c1 commit e733d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/all/pooling_allocator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e733d7d

Please sign in to comment.