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
I remember we had an attempt to fix this but it's a bit complicated. The way we figure out the list of tests is by scanning the binary and looking for test files, unfortunately this doesn't detect disabled tests. The only accurate way of getting the list of tests – including which ones are disabled – is to inject a dylib and use XCTest's methods to scan the classes... unfortunately this involves spawning a Simulator and running the app... which is slower.
Hi!
I noticed that even tests that are disabled in xcode end up being executed when using xctestrun-path
Do we have a way to not run them on Bluepill?
Thank you in advance
The text was updated successfully, but these errors were encountered: