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 use the JUnit4 @Ignore annotation to ignore some of my flaky tests. The XML produced by automator-log-converter does not show any difference between tests that passed and tests that were ignored. Can you add a way to differentiate them, such as by adding a <skipped> tag to tests that were skipped? The INSTRUMENTATION_STATUS_CODE for skipped tests seems to be -3.
The text was updated successfully, but these errors were encountered:
I use the JUnit4
@Ignore
annotation to ignore some of my flaky tests. The XML produced by automator-log-converter does not show any difference between tests that passed and tests that were ignored. Can you add a way to differentiate them, such as by adding a<skipped>
tag to tests that were skipped? The INSTRUMENTATION_STATUS_CODE for skipped tests seems to be -3.The text was updated successfully, but these errors were encountered: