Add TODO for failing test with link to bug
This commit is contained in:
parent
19fd6a0e8c
commit
027daf30ea
|
@ -74,6 +74,8 @@ fn fibonacci() {
|
|||
round_trip_test(bytes, code);
|
||||
}
|
||||
|
||||
// TODO: This is failing, see Bug: https://github.com/txpipe/aiken/issues/10
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn one_way_fibonacci() {
|
||||
let bytes = include_bytes!("../test_data/fibonacci/fibonacci.flat");
|
||||
|
|
Loading…
Reference in New Issue