3

I have XCode 6.1.1 and I'm using KIF to do some automated testing.

As you can see in the image I have almost all the test disabled but when I run test it runs some tests randomly (even the disabled ones), sometimes it runs all the tests, sometimes just the selected, it's really weird.

Even if I clic the desired test and clic "Test ..." it run other tests (even the disabled ones)

enter image description here

Any fix? What I am doing wrong?

Daniel Gomez Rico
  • 15,026
  • 20
  • 92
  • 162

1 Answers1

1

Possible workaround: disable all of them and then re-select only the ones you want. Seems to be enough. cheers

marcio
  • 2,729
  • 2
  • 25
  • 23