diff --git a/tests/integration/src/rust_masm_tests/abi_transform/stdlib.rs b/tests/integration/src/rust_masm_tests/abi_transform/stdlib.rs index 8f87df27..c0866fcd 100644 --- a/tests/integration/src/rust_masm_tests/abi_transform/stdlib.rs +++ b/tests/integration/src/rust_masm_tests/abi_transform/stdlib.rs @@ -16,6 +16,7 @@ use proptest::{ use crate::CompilerTest; +#[ignore = "until https://github.com/0xPolygonMiden/compiler/issues/352 is fixed"] #[test] fn test_blake3_hash() { let main_fn =