-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle NoClassDefFoundError consistently for skipped TestExecutionLis…
…tener Commit d1b65f6 introduced a regression for the handling of NoClassDefFoundError when skipping a TestExecutionListener that cannot be loaded. Specifically, the DEBUG log message changed and included the stack trace; whereas, it previously did not include the stack trace. This commit consistently handles NoClassDefFoundError for a skipped TestExecutionListener, whether a default listener or a listener registered via @TestExecutionListeners and aligns with the previous behavior by omitting the stack trace for a NoClassDefFoundError. Closes gh-28962
- Loading branch information
Showing
1 changed file
with
45 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters