Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
Description
Sometimes we would like to run JUnit tests ignoring any timeouts. One way to achieve this is to wrap the timeout setting in comments, but it is tedious. JUnit5 timeout can be disabled by passing -Djunit.jupiter.execution.timeout.mode=disabled to Maven. In the long run all tests should be upgraded to JUnit5. In the meantime, the goal of this task is to make JUnit4 timeouts conditional on the same property.
Attachments
Issue Links
- links to