diff --git a/o1vm/tests/test_riscv_elf.rs b/o1vm/tests/test_riscv_elf.rs index b35df0ca14..1046d2198b 100644 --- a/o1vm/tests/test_riscv_elf.rs +++ b/o1vm/tests/test_riscv_elf.rs @@ -64,9 +64,7 @@ fn test_no_action() { assert_eq!(witness.registers.general_purpose[17], 42); } -// FIXME: stop ignoring when all the instructions are implemented. #[test] -#[ignore] fn test_fibonacci_7() { let curr_dir = std::env::current_dir().unwrap(); let path = curr_dir.join(std::path::PathBuf::from(