disable test (#6285)

This commit is contained in:
Alfredo Garcia 2023-03-09 18:24:52 -03:00 committed by GitHub
parent 36919be11c
commit 4d4accc0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ where
}
#[tokio::test(flavor = "multi_thread")]
// TODO: This test fails on nightly so it is temporally disabled. Enable when #6232 is resolved.
#[ignore]
async fn verify_generated_halo2_proofs() {
let _init_guard = zebra_test::init();