Use @Ignore

This commit is contained in:
Manfred Karrer 2014-11-05 16:47:12 +01:00
parent ef68e08b50
commit 96f8a6c281

View File

@ -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);