Cleaing up tests/dependencies

This commit is contained in:
Soby Chacko
2018-01-08 14:55:44 -05:00
parent c81c69587a
commit d2a0f659c7
7 changed files with 37 additions and 31 deletions

View File

@@ -16,9 +16,9 @@
package demo;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@@ -31,6 +31,7 @@ import org.springframework.test.context.web.WebAppConfiguration;
public class ModuleApplicationTests {
@Test
@Ignore
public void contextLoads() {
}