BAEL-90 - Renaming live tests, configuring surefire

This commit is contained in:
Slavisa Baeldung
2016-08-05 11:55:51 +02:00
parent 6aef1b0104
commit fb5949f16e
3 changed files with 23 additions and 3 deletions
@@ -11,7 +11,7 @@ import org.springframework.test.context.web.WebAppConfiguration;
@SpringApplicationConfiguration(classes = ConfigServer.class)
@WebAppConfiguration
@Ignore
public class ConfigServerTests {
public class ConfigServerListTest {
@Test
public void contextLoads() {
}