mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-25 15:10:18 +01:00
Disable fragmentedRekeying test for now as bouncy castle is so slow at signature generation
This commit is contained in:
parent
533e2f21b7
commit
4d23183283
1 changed files with 1 additions and 1 deletions
|
@ -1972,7 +1972,7 @@ public class WalletTest extends TestWithWallet {
|
|||
assertArrayEquals(address.getHash160(), tx.getOutput(0).getScriptPubKey().getPubKeyHash());
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Test - this test is slow, disable for now.
|
||||
public void fragmentedReKeying() throws Exception {
|
||||
// Send lots of small coins and check the fee is correct.
|
||||
ECKey key = new ECKey();
|
||||
|
|
Loading…
Add table
Reference in a new issue