Description
Ref dev mail thread https://lists.apache.org/thread/lgnz0jroqr40x876ocdzz9ft47vmo24v we need a way to run ONLY unit tests, i.e. skip all tests spinning up clusters etc.
Suggestion is an @Integration annotation for those tests (are they inherited, then it's enough to put on some base classes), and a gradle filtering param -Ptests.integration=false
Next, the question is what should be the default for gradlew test and gradlew check ??