Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-M4
-
None
Description
A failure in a JUnit 5 @BeforeAll setup method causes the integration tests to be skipped, and the result is an incorrect build success.
This is a regression; the same code correctly causes a build failure in 2.22.2, 3.0.0-M1, 3.0.0-M2, and 3.0.0-M3.
Replication steps:
- Unpack project
- mvn verify
Expected result: Build failure
Actual result: Build success
The stdout summary reports that no tests were run
Attachments
Attachments
Issue Links
- relates to
-
SUREFIRE-1741 Exceptions in parameterized test sources are ignored
- Closed
- links to