From 2feaf2cef5835aec0b267b634e3ba08d393ea4a5 Mon Sep 17 00:00:00 2001 From: Oscar Pepper Date: Mon, 3 Feb 2025 01:49:16 +0000 Subject: [PATCH] ignore mine_to_transparent_and_propose_shielding test --- libtonode-tests/tests/concrete.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libtonode-tests/tests/concrete.rs b/libtonode-tests/tests/concrete.rs index 4bc64def3..1c9d07cfc 100644 --- a/libtonode-tests/tests/concrete.rs +++ b/libtonode-tests/tests/concrete.rs @@ -1225,6 +1225,7 @@ mod fast { .unwrap(); faucet.quick_shield().await.unwrap(); } + #[ignore = "requires 100 blocks to be generated to shield coinbase. wait for zebrad integration."] #[tokio::test] async fn mine_to_transparent_and_propose_shielding() { let regtest_network = RegtestNetwork::all_upgrades_active(); @@ -1257,7 +1258,7 @@ mod fast { NonNegativeAmount::const_from_u64((block_rewards::CANOPY * 4) - expected_fee) ) } - #[ignore = "requires 100 blocks to be generated. should become a zebrad test."] + #[ignore = "requires 100 blocks to be generated to shield coinbase. wait for zebrad integration."] #[tokio::test] async fn mine_to_transparent_and_propose_shielding_with_div_addr() { let regtest_network = RegtestNetwork::all_upgrades_active();