Alex Manzella
Alex Manzella
I tried it out: `-only-testing:TEST_BUNDLE/MODULE_NAME.SPEC_CLASS_NAME` works `-only-testing:TEST_BUNDLE/MODULE_NAME.SPEC_CLASS_NAME/TEST_NAME` didn't work however I was not able to "only test" a single test even for regular (XC)tests. Looks like whatever I add after...
Don't think is usefull
seems not blocked anymore, should we address it?
sorry, not sure to understand did I use it somewhere? Can you just point me to the file/line
Hey, I missed this issue somehow. Still affected? Could you give me a snippet to replicate the issue?
Seems to be a regression introduced by #1143 which reverted https://github.com/Quick/Quick/commit/90ec83d37cc8e943944ee07ed0ea9cf2f541c6b1 . I'm using Xcode 13.4.1 and when running a focused test `testSuiteForTestCaseWithName:` is not called so it seems necessary...
@zzarcon might be interesting also for Kakapo.js 🤷♂️
might be fixed by f4ebeac54e67
@joanromano I already tried to understand but didn't find the cause, happened again (https://travis-ci.org/devlucky/Kakapo/jobs/142811290) so it's not fixed and being always the same test it's not about timeout. Could be...
After adding some more var for diagnostic: https://travis-ci.org/devlucky/Kakapo/jobs/144227014 This timeout is gonna drive me crazy... it must be a bad bug ... just hope is not a sort of race...