How to disable test suite in ScalaTest
How to disable a test suite, i.e. all tests inside class extending FunSpec? The only solution I'd found is to replace it with ignore in front of each test, but it is boring to do so with the dozen...