From 1228f1cb58373607756f02c72956afff24f860b9 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 9 Sep 2022 18:32:38 +0200 Subject: [PATCH] Polishing --- .../springframework/test/context/aot/AotIntegrationTests.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-test/src/test/java/org/springframework/test/context/aot/AotIntegrationTests.java b/spring-test/src/test/java/org/springframework/test/context/aot/AotIntegrationTests.java index 292c142b996..254f8bfaeb8 100644 --- a/spring-test/src/test/java/org/springframework/test/context/aot/AotIntegrationTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/aot/AotIntegrationTests.java @@ -98,8 +98,7 @@ class AotIntegrationTests extends AbstractAotTests { // AOT RUN-TIME: EXECUTION runTestsInAotMode(5, BasicSpringJupiterSharedConfigTests.class, - BasicSpringJupiterTests.class, - BasicSpringJupiterTests.NestedTests.class, + BasicSpringJupiterTests.class, // NestedTests get executed automatically BasicSpringTestNGTests.class, BasicSpringVintageTests.class ));