Add TODO for failing test with link to bug

This commit is contained in:
Turner
2022-06-20 14:55:07 -07:00
committed by Lucas
parent 19fd6a0e8c
commit 027daf30ea

View File

@@ -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");