Skip to content

Commit

Permalink
ignore mine_to_transparent_and_propose_shielding test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-Pepper committed Feb 3, 2025
1 parent 03bc0df commit 2feaf2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libtonode-tests/tests/concrete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 2feaf2c

Please sign in to comment.