diff --git a/pipeline/tests/powdr_std.rs b/pipeline/tests/powdr_std.rs index 52cece4ef..724d12d5d 100644 --- a/pipeline/tests/powdr_std.rs +++ b/pipeline/tests/powdr_std.rs @@ -183,12 +183,14 @@ fn binary_test() { } #[test] +#[ignore = "Too slow"] fn binary_bb_8_test() { let f = "std/binary_bb_test_8.asm"; regular_test_only_babybear(f, &[]); } #[test] +#[ignore = "Too slow"] fn binary_bb_16_test() { let f = "std/binary_bb_test_16.asm"; regular_test_only_babybear(f, &[]);