Polishing
This commit is contained in:
parent
ae864eb642
commit
1228f1cb58
|
|
@ -98,8 +98,7 @@ class AotIntegrationTests extends AbstractAotTests {
|
||||||
// AOT RUN-TIME: EXECUTION
|
// AOT RUN-TIME: EXECUTION
|
||||||
runTestsInAotMode(5,
|
runTestsInAotMode(5,
|
||||||
BasicSpringJupiterSharedConfigTests.class,
|
BasicSpringJupiterSharedConfigTests.class,
|
||||||
BasicSpringJupiterTests.class,
|
BasicSpringJupiterTests.class, // NestedTests get executed automatically
|
||||||
BasicSpringJupiterTests.NestedTests.class,
|
|
||||||
BasicSpringTestNGTests.class,
|
BasicSpringTestNGTests.class,
|
||||||
BasicSpringVintageTests.class
|
BasicSpringVintageTests.class
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue