Skip to content

Commit

Permalink
Merge pull request zingolabs#1409 from fluidvanadium/ignore_aborted_r…
Browse files Browse the repository at this point in the history
…esync_test

ignored aborted_resync test after discussion about its relevance
  • Loading branch information
Oscar-Pepper authored Sep 19, 2024
2 parents 51e3e1f + b6e29d0 commit eeb8119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libtonode-tests/tests/concrete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3321,6 +3321,7 @@ mod slow {
assert_eq!(orchard_note.value(), 0);
}
#[tokio::test]
#[ignore = "test does not correspond to real-world case"]
async fn aborted_resync() {
let (regtest_manager, _cph, faucet, recipient, _txid) =
scenarios::orchard_funded_recipient(500_000).await;
Expand Down

0 comments on commit eeb8119

Please sign in to comment.