From 4719cfc16ebb562f51102ee37b96e9c13dfb1026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Wed, 11 Sep 2024 13:49:10 +0200 Subject: [PATCH] add sync_mainnet_wlt test --- tests/transfers.rs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/transfers.rs b/tests/transfers.rs index 24442a8..a71d300 100644 --- a/tests/transfers.rs +++ b/tests/transfers.rs @@ -844,6 +844,17 @@ fn mainnet_wlt_receiving_test_asset() { } } +#[test] +#[ignore = "fix needed"] // https://github.com/BP-WG/bp-wallet/issues/70 +fn sync_mainnet_wlt() { + initialize(); + + let mut wlt_1 = get_mainnet_wallet(); + + // sometimes this fails with a 'Too many requests' error when using esplora + wlt_1.sync(); +} + #[test] fn tapret_wlt_receiving_opret() { initialize();