Xcode runs all tests (even disabled ones)
I have XCode 6.1.1 and I am using KIF to do automated testing.
As you can see in the image, I have almost all tests disabled, but when I run a test it runs some tests randomly (even disabled), sometimes it runs all tests, sometimes just selected ones, this is really weird.
Even if I click on the desired test and click "Test ...", it runs other tests (even disabled ones)
Any fix? What am I doing wrong?
+3
Caipivara
source
to share
1 answer
Possible workaround: disable all of them and then reselect only the ones you want. This seems to be enough. greetings
+1
marcio
source
to share