mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Mark test as slow. (#1742)
This commit is contained in:
@@ -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, &[]);
|
||||
|
||||
Reference in New Issue
Block a user