mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ class AotIntegrationTests extends AbstractAotTests {
|
||||
// We only include test classes named *Tests so that we don't pick up
|
||||
// internal TestCase classes that aren't really tests.
|
||||
.filter(clazz -> clazz.getSimpleName().endsWith("Tests"))
|
||||
// We don't yet have a way to abort a TestNG test mid-flight, and @EJB is not supported in AOT.
|
||||
// TestNG EJB tests use @PersistenceContext which is not yet supported in tests in AOT mode.
|
||||
.filter(clazz -> !clazz.getPackageName().contains("testng.transaction.ejb"))
|
||||
.toList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user