mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Use @Ignore
This commit is contained in:
parent
ef68e08b50
commit
96f8a6c281
@ -46,6 +46,7 @@ import net.tomp2p.storage.Data;
|
||||
import org.junit.After;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
@ -63,7 +64,7 @@ import static org.junit.Assert.*;
|
||||
* In the configure method and the connectionType you can define your test scenario further.
|
||||
*/
|
||||
|
||||
//@Ignore
|
||||
@Ignore
|
||||
public class TomP2PTests {
|
||||
private static final Logger log = LoggerFactory.getLogger(TomP2PTests.class);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user