How to tell IntelliJ IDEA to not run perf tests?
Answered
We have test classes annotated with ContiPerf:
@PerfTest
These take forever and I don't want to run them when checking coverage anyway. How do I prevent them from running when I'm checking coverage of a given sub-component?
Please sign in to leave a comment.
Currently it's not possible.Feel free to create feature request on YouTrack: http://youtrack.jetbrains.com/issues/IDEA.