Is it possible to exclude a specific unit test or test suite from xctool
?
I noticed that xctool
allows me to specify specific tests to run with the -only
flag. I would like to do the opposite.
The reason is that some tests require components that are not available in the console test environment.
If there is no flag to do this (I couldn't find any in the documentation), what would be the best alternative?