Skip to content

Commit 9a668cc

Browse files
committed
Miri ignore component_core_instances_aggregate_size
1 parent 42758b8 commit 9a668cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/all/pooling_allocator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,7 @@ fn component_tables_limit() -> Result<()> {
11231123

11241124
#[test]
11251125
#[cfg(feature = "component-model")]
1126+
#[cfg_attr(miri, ignore)]
11261127
fn component_core_instances_aggregate_size() -> Result<()> {
11271128
let mut pool = crate::small_pool_config();
11281129
pool.max_core_instances_per_component(100)

0 commit comments

Comments
 (0)