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.