From 9c5384264e30d80ac80b7ab6e1dc531829a0cd36 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 13 Jun 2019 07:25:14 -0400 Subject: [PATCH] Uncommenting test now that boot #17011 has been fixed --- .../src/test/java/demo/BootstrapClientApplicationTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap/src/test/java/demo/BootstrapClientApplicationTests.java b/bootstrap/src/test/java/demo/BootstrapClientApplicationTests.java index fca757f..50daed2 100644 --- a/bootstrap/src/test/java/demo/BootstrapClientApplicationTests.java +++ b/bootstrap/src/test/java/demo/BootstrapClientApplicationTests.java @@ -2,7 +2,6 @@ package demo; import static org.junit.Assert.assertEquals; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; @@ -21,7 +20,6 @@ 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