Skip to content

Commit fdbf170

Browse files
committed
test: don't stop bitcoind at end of test
This causes a problem in CI.
1 parent a66e3b6 commit fdbf170

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

testnet/stacks-node/src/tests/neon_integrations.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12840,8 +12840,4 @@ fn listunspent_max_utxos() {
1284012840
let res = BitcoinRPCRequest::list_unspent(&conf, filter_addresses, false, 1, &None, 0);
1284112841
let utxos = res.expect("Failed to get utxos");
1284212842
assert_eq!(utxos.num_utxos(), 10);
12843-
12844-
btcd_controller
12845-
.stop_bitcoind()
12846-
.expect("Failed to stop bitcoind");
1284712843
}

0 commit comments

Comments
 (0)