I confirmed with @DecFox that the engine.checkIn call only caches the disabled tests so the engine skips them. We're going to change this logic to the apps. Since the engine.checkIn call does not return the disabled tests, we're going to use passport.get instead to fetch them.
I confirmed with @DecFox that the engine.checkIn call only caches the disabled tests so the engine skips them. We're going to change this logic to the apps. Since the engine.checkIn call does not return the disabled tests, we're going to use
passport.getinstead to fetch them.passport.get