diff --git a/zebra-consensus/src/primitives/halo2/tests.rs b/zebra-consensus/src/primitives/halo2/tests.rs index fe039fae..038430bc 100644 --- a/zebra-consensus/src/primitives/halo2/tests.rs +++ b/zebra-consensus/src/primitives/halo2/tests.rs @@ -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();