Skip to content

Commit

Permalink
Ignore unused test, don't just TODO it
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Dec 3, 2024
1 parent ae470e8 commit 71ce201
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions payjoin/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ mod integration {
do_v1_to_v1(sender, receiver, false)
}

// TODO: Not supported by bitcoind 0_21_2. Later versions fail for unknown reasons
//#[test]
//fn v1_to_v1_taproot() -> Result<(), BoxError> {
// init_tracing();
// let (_bitcoind, sender, receiver) = init_bitcoind_sender_receiver(
// Some(AddressType::Bech32m),
// Some(AddressType::Bech32m),
// )?;
// do_v1_to_v1(sender, receiver, false)
//}
#[ignore] // TODO: Not supported by bitcoind 0_21_2. Later versions fail for unknown reasons
#[test]
fn v1_to_v1_taproot() -> Result<(), BoxError> {
init_tracing();
let (_bitcoind, sender, receiver) = init_bitcoind_sender_receiver(
Some(AddressType::Bech32m),
Some(AddressType::Bech32m),
)?;
do_v1_to_v1(sender, receiver, false)
}

fn do_v1_to_v1(
sender: bitcoincore_rpc::Client,
Expand Down

0 comments on commit 71ce201

Please sign in to comment.