@@ -25,7 +25,6 @@ import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
@@ -77,7 +76,6 @@ public class LoadBalancerChildContextInitializerTests {
|
||||
|
||||
@Test
|
||||
@CompileWithForkedClassLoader
|
||||
@Disabled
|
||||
@SuppressWarnings("unchecked")
|
||||
void shouldStartLBChildContextsFromAotContributions(CapturedOutput output) {
|
||||
WebApplicationContextRunner contextRunner = new WebApplicationContextRunner(
|
||||
|
||||
Reference in New Issue
Block a user