Disable fake test

This commit is contained in:
James Agnew 2016-04-11 16:05:25 -04:00
parent f616c22429
commit fe0824fd7c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import org.junit.Test;
public class TestTest {
@Test
// @Ignore
@Ignore
public void testId() throws InterruptedException {
Thread.sleep(1000000);
}