Skip to content

Commit

Permalink
ci: disable transaction_sweep test
Browse files Browse the repository at this point in the history
Tracking resolution in [0], disabling the test for now,
so we can merge [1] and unblock the web team.

[0] #3621,
[1] #3559
  • Loading branch information
conorsch committed Jan 18, 2024
1 parent f5f1b75 commit 6a2413b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/bin/pcli/tests/network_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,9 @@ fn transaction_send_from_addr_0_to_addr_1() {
.timeout(std::time::Duration::from_secs(TIMEOUT_COMMAND_SECONDS));
}

#[ignore]
#[test]
// Temporarily disabling the sweep test, pending resolution of GH3621.
// #[ignore]
// #[test]
fn transaction_sweep() {
let tmpdir = load_wallet_into_tmpdir();

Expand Down

0 comments on commit 6a2413b

Please sign in to comment.