From 4d23183283bb3457ade2e3e395518f3ef70f07c8 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Sun, 27 Oct 2013 18:09:27 +0100 Subject: [PATCH] Disable fragmentedRekeying test for now as bouncy castle is so slow at signature generation --- core/src/test/java/com/google/bitcoin/core/WalletTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/java/com/google/bitcoin/core/WalletTest.java b/core/src/test/java/com/google/bitcoin/core/WalletTest.java index fe45bcdf..f37bcf7b 100644 --- a/core/src/test/java/com/google/bitcoin/core/WalletTest.java +++ b/core/src/test/java/com/google/bitcoin/core/WalletTest.java @@ -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();