Skip to content

Commit 389e36a

Browse files
authored
Skip a long test on Miri (#11567)
According to a [recent log] this took 30 minutes to execute in Miri so skip the test on Miri. [recent log]: https://github.com/bytecodealliance/wasmtime/actions/runs/17312769413/job/49149879051
1 parent a74c21e commit 389e36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/all/gc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,7 @@ fn owned_rooted() -> Result<()> {
15311531
}
15321532

15331533
#[test]
1534+
#[cfg_attr(miri, ignore)]
15341535
fn owned_rooted_lots_of_root_creation() -> Result<()> {
15351536
let mut config = Config::new();
15361537
config.wasm_function_references(true);

0 commit comments

Comments
 (0)