Mark test as slow. (#1742)

This commit is contained in:
chriseth
2024-09-02 12:59:19 +02:00
committed by GitHub
parent ea2f06df16
commit ecf5535be3

View File

@@ -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, &[]);