disable test (#6285)
This commit is contained in:
parent
36919be11c
commit
4d4accc0b9
|
|
@ -131,6 +131,8 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::test(flavor = "multi_thread")]
|
#[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() {
|
async fn verify_generated_halo2_proofs() {
|
||||||
let _init_guard = zebra_test::init();
|
let _init_guard = zebra_test::init();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue