-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0.0-M4
-
Fix Version/s: None
-
Component/s: Maven Failsafe Plugin
-
Labels:
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
- relates to
-
SUREFIRE-1741 Exceptions in parameterized test sources are ignored
-
- Closed
-