From 7281dc947374c31b4518208eb1a08d99b6ec95f8 Mon Sep 17 00:00:00 2001 From: yeastplume Date: Mon, 21 May 2018 17:01:05 +0100 Subject: [PATCH] ignore wallet integration test --- servers/tests/wallet.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/tests/wallet.rs b/servers/tests/wallet.rs index c2cabba2..b70c877c 100644 --- a/servers/tests/wallet.rs +++ b/servers/tests/wallet.rs @@ -35,6 +35,7 @@ use util::LOGGER; /// Start 1 node mining and two wallets, then send a few /// transactions from one to the other +#[ignore] #[test] fn basic_wallet_transactions() { let test_name_dir = "test_servers";