-
Couldn't load subscription status.
- Fork 38.8k
Closed
Closed
Copy link
Labels
in: testIssues in the test moduleIssues in the test moduletheme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: bugA general bugA general bug
Milestone
Description
Currently, if a test class is annotated with @DisabledInAotMode, registered AotTestExecutionListener implementations will still be invoked, which can lead to AOT processing failures if the AotTestExecutionListener throws an exception -- for example, because it attempts to do something that is not supported during AOT processing.
We should therefore disable AotTestExecutionListener processing for any test class annotated with @DisabledInAotMode.
Metadata
Metadata
Assignees
Labels
in: testIssues in the test moduleIssues in the test moduletheme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: bugA general bugA general bug