Disable fake test
This commit is contained in:
parent
f616c22429
commit
fe0824fd7c
|
@ -6,7 +6,7 @@ import org.junit.Test;
|
||||||
public class TestTest {
|
public class TestTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
// @Ignore
|
@Ignore
|
||||||
public void testId() throws InterruptedException {
|
public void testId() throws InterruptedException {
|
||||||
Thread.sleep(1000000);
|
Thread.sleep(1000000);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue