mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-18 11:59:27 -04:00
Use @Ignore
This commit is contained in:
parent
ef68e08b50
commit
96f8a6c281
1 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ import net.tomp2p.storage.Data;
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import org.slf4j.Logger;
|
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.
|
* In the configure method and the connectionType you can define your test scenario further.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//@Ignore
|
@Ignore
|
||||||
public class TomP2PTests {
|
public class TomP2PTests {
|
||||||
private static final Logger log = LoggerFactory.getLogger(TomP2PTests.class);
|
private static final Logger log = LoggerFactory.getLogger(TomP2PTests.class);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue