79832928

Date: 2025-11-28 21:41:20
Score: 1
Natty:
Report link

Just answering because there is no answer yet. From documentation at https://maven.apache.org/surefire/maven-failsafe-plugin/examples/inclusion-exclusion.html you can see, that it is possible to exclude tests by regex or classname.

As good practice, I would stick to the included default patterns and only think about tests to exclude.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Matthias Wiedemann