This commit is contained in:
Phillip Webb
2013-07-08 16:38:15 -07:00
parent dcd120c477
commit c52972ceec
3 changed files with 0 additions and 11 deletions

View File

@@ -38,12 +38,6 @@ import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.junit.rules.TemporaryFolder;
import org.mockito.InOrder;
import org.springframework.bootstrap.context.embedded.AbstractEmbeddedServletContainerFactory;
import org.springframework.bootstrap.context.embedded.ConfigurableEmbeddedServletContainerFactory;
import org.springframework.bootstrap.context.embedded.EmbeddedServletContainer;
import org.springframework.bootstrap.context.embedded.FilterRegistrationBean;
import org.springframework.bootstrap.context.embedded.ServletContextInitializer;
import org.springframework.bootstrap.context.embedded.ServletRegistrationBean;
import org.springframework.http.HttpMethod;
import org.springframework.http.client.ClientHttpRequest;
import org.springframework.http.client.ClientHttpResponse;
@@ -146,7 +140,6 @@ public abstract class AbstractEmbeddedServletContainerFactoryTests {
@Test
public void startBlocksUntilReadyToServe() throws Exception {
// FIXME Assume.group(TestGroup.LONG_RUNNING);
ConfigurableEmbeddedServletContainerFactory factory = getFactory();
final Date[] date = new Date[1];
this.container = factory