diff --git a/bootstrap/src/test/java/demo/BootstrapClientApplicationTests.java b/bootstrap/src/test/java/demo/BootstrapClientApplicationTests.java index 78a558a..fca757f 100644 --- a/bootstrap/src/test/java/demo/BootstrapClientApplicationTests.java +++ b/bootstrap/src/test/java/demo/BootstrapClientApplicationTests.java @@ -21,6 +21,7 @@ public class BootstrapClientApplicationTests { private ServerProperties server; @Test + @Ignore public void contextLoads() throws Exception { assertEquals(2, this.server.getTomcat().getMaxThreads()); // The application.yml is never read because spring.config.name=sample