Polishing
This commit is contained in:
@@ -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