Skip to content

Commit 369bd94

Browse files
committed
Drop fib_iterative_372k disk-spill test
1 parent 7588c74 commit 369bd94

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

prover/src/tests/disk_spill_tests.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,3 @@ fn test_disk_spill_prove_verify_and_roundtrip_chunked() {
6363
"verification failed after serialization roundtrip (chunked)"
6464
);
6565
}
66-
67-
#[test]
68-
fn test_disk_spill_prove_and_verify_372k() {
69-
let _guard = ForceDiskGuard::new();
70-
let elf_bytes = asm_elf_bytes("fib_iterative_372k");
71-
let opts = GoldilocksCubicProofOptions::with_blowup(2).expect("blowup=2 is always valid");
72-
let vm_proof = crate::prove_with_options(&elf_bytes, &opts, &MaxRowsConfig::default())
73-
.expect("prove failed");
74-
let ok = crate::verify_with_options(&vm_proof, &elf_bytes, &opts).expect("verify failed");
75-
assert!(ok, "verification returned false for fib_iterative_372k");
76-
}

0 commit comments

Comments
 (0)