Skip to content

Commit 6afb752

Browse files
committed
Drop flaky connect_to_public_esplora test
.. as it regularly makes CI fail and doesn't provide us anything really.
1 parent a7d86ce commit 6afb752

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/integration_tests_rust.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -195,17 +195,6 @@ fn multi_hop_sending() {
195195
expect_payment_successful_event!(nodes[0], payment_id, Some(fee_paid_msat));
196196
}
197197

198-
#[test]
199-
fn connect_to_public_testnet_esplora() {
200-
let mut config = random_config(true);
201-
config.network = Network::Testnet;
202-
setup_builder!(builder, config);
203-
builder.set_chain_source_esplora("https://blockstream.info/testnet/api".to_string(), None);
204-
let node = builder.build().unwrap();
205-
node.start().unwrap();
206-
node.stop().unwrap();
207-
}
208-
209198
#[test]
210199
fn start_stop_reinit() {
211200
let (bitcoind, electrsd) = setup_bitcoind_and_electrsd();

0 commit comments

Comments
 (0)