iOS Unit Testing by Example: Disable UI Tests (page 5)

The unit test does indeed run fast. But running the UI tests at the same time is slooooooow. Perhaps advise the reader to disable UI tests by control clicking on the AssertYourselfUITests and choosing “Disable ‘AssertYourselfUITests’” from the pop-up menu. Once I did this, the initial empty unit test ran almost instantly.