You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Supporting such kind of tests would be very hard in xctool. It is so because we rely on unique test names in some places. In your case there will be several test invocations of testPlatformFilteringWithResolver:. This breaks xctool. Closing for now. Sorry for that. (Also I see that your PR could be now merged and we aren't a merge blockers anymore).
I have a protocol with two concrete implementations. I wrote tests for the protocol that look like this:
Currently,
xctool
crashes here. Are there any plans to support these kinds of tests at some point in the future?It's unfortunately causing issues with this pull request.
The text was updated successfully, but these errors were encountered: