tests: ignore bench_zk.rs

This commit is contained in:
skoupidi
2024-03-26 14:40:48 +02:00
parent 41045f4433
commit 6a11e5e048

View File

@@ -33,6 +33,7 @@ use darkfi::{
const SAMPLES: u128 = 10;
#[test]
#[ignore]
fn bench_zk() -> Result<()> {
let bincode = include_bytes!("../proof/arithmetic.zk.bin");
let zkbin = ZkBinary::decode(bincode)?;