mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-11 12:24:13 +00:00
Ignore test of incomplete method
This commit is contained in:
parent
3e751ef2b4
commit
ca4180f49e
@ -2,6 +2,7 @@ package org.ethereum.core;
|
||||
|
||||
import org.ethereum.crypto.ECKey;
|
||||
import org.ethereum.crypto.HashUtil;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.xml.sax.SAXException;
|
||||
|
||||
@ -41,11 +42,11 @@ public class WalletTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testLoad1() throws TransformerException,
|
||||
ParserConfigurationException, IOException, SAXException {
|
||||
Wallet wallet = new Wallet();
|
||||
wallet.load();
|
||||
System.out.println();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user