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