Uncommenting test now that boot #17011 has been fixed

This commit is contained in:
Ryan Baxter
2019-06-13 07:25:14 -04:00
parent ce2d478dba
commit 9c5384264e

View File

@@ -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