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 was archived by the owner on Dec 7, 2019. It is now read-only.
Is that intentional? Shouldn't assumption failures cause 'Ignored' result?
Example: an app showing camera preview with a toggle button changing camera facing. On devices with single cameras (like Nexus 7 2012) button is not displayed. So tests using that button can have assumption that there is more than one camera.
Spoon (via Gradle plugin v 1.2.2) treats assumption failures as success. That's not perfect but tests can be launched on a farm containing devices with single cameras and result is successful if there are no failures.