Skip to content

Commit

Permalink
Disabling test for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Jan 26, 2024
1 parent 89ede9f commit 0a26540
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
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;

Expand Down Expand Up @@ -76,6 +77,7 @@ void reset() {

@Test
@CompileWithForkedClassLoader
@Disabled
@SuppressWarnings("unchecked")
void shouldStartLBChildContextsFromAotContributions(CapturedOutput output) {
WebApplicationContextRunner contextRunner = new WebApplicationContextRunner(
Expand Down

0 comments on commit 0a26540

Please sign in to comment.