|
|
@ -8,7 +8,6 @@ import java.util.concurrent.TimeUnit;
|
|
|
|
|
|
|
|
|
|
|
|
import org.junit.AfterClass;
|
|
|
|
import org.junit.AfterClass;
|
|
|
|
import org.junit.BeforeClass;
|
|
|
|
import org.junit.BeforeClass;
|
|
|
|
import org.junit.Ignore;
|
|
|
|
|
|
|
|
import org.junit.Test;
|
|
|
|
import org.junit.Test;
|
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
|
import org.springframework.context.ConfigurableApplicationContext;
|
|
|
|
import org.springframework.context.ConfigurableApplicationContext;
|
|
|
@ -27,8 +26,6 @@ import static org.junit.Assert.assertTrue;
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @author Dave Syer
|
|
|
|
* @author Dave Syer
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Ignore
|
|
|
|
|
|
|
|
// FIXME See #54228642
|
|
|
|
|
|
|
|
public class SampleWebStaticApplicationTests {
|
|
|
|
public class SampleWebStaticApplicationTests {
|
|
|
|
|
|
|
|
|
|
|
|
private static ConfigurableApplicationContext context;
|
|
|
|
private static ConfigurableApplicationContext context;
|
|
|
|