From 4d4accc0b903237f734063e7d5c55766c980254a Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 9 Mar 2023 18:24:52 -0300 Subject: [PATCH] disable test (#6285) --- zebra-consensus/src/primitives/halo2/tests.rs | 2 ++ 1 file changed, 2 insertions(+) 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();