Skip to content

Commit

Permalink
Drop flaky connect_to_public_esplora test
Browse files Browse the repository at this point in the history
.. as it regularly makes CI fail and doesn't provide us anything really.
  • Loading branch information
tnull committed Oct 16, 2024
1 parent 0a65272 commit 4a086c3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/integration_tests_rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,6 @@ fn multi_hop_sending() {
expect_payment_successful_event!(nodes[0], payment_id, Some(fee_paid_msat));
}

#[test]
fn connect_to_public_testnet_esplora() {
let mut config = random_config(true);
config.network = Network::Testnet;
setup_builder!(builder, config);
builder.set_chain_source_esplora("https://blockstream.info/testnet/api".to_string(), None);
let node = builder.build().unwrap();
node.start().unwrap();
node.stop().unwrap();
}

#[test]
fn start_stop_reinit() {
let (bitcoind, electrsd) = setup_bitcoind_and_electrsd();
Expand Down

0 comments on commit 4a086c3

Please sign in to comment.