3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 18:25:51 +00:00

Disable fragmentedRekeying test for now as bouncy castle is so slow at signature generation

This commit is contained in:
Mike Hearn 2013-10-27 18:09:27 +01:00
parent 533e2f21b7
commit 4d23183283

View File

@ -1972,7 +1972,7 @@ public class WalletTest extends TestWithWallet {
assertArrayEquals(address.getHash160(), tx.getOutput(0).getScriptPubKey().getPubKeyHash()); assertArrayEquals(address.getHash160(), tx.getOutput(0).getScriptPubKey().getPubKeyHash());
} }
@Test //@Test - this test is slow, disable for now.
public void fragmentedReKeying() throws Exception { public void fragmentedReKeying() throws Exception {
// Send lots of small coins and check the fee is correct. // Send lots of small coins and check the fee is correct.
ECKey key = new ECKey(); ECKey key = new ECKey();