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
Shouldn't this be Status.Ignored instead of Status.Skipped in EventDispatcher.java? I'm not really sure when you'd report a test as skipped, but I'd imagine if you mark a test with @Ignore then it should be reported as ignored instead of skipped given that a Status exists for both of those
Shouldn't this be
Status.Ignored
instead ofStatus.Skipped
inEventDispatcher.java
? I'm not really sure when you'd report a test as skipped, but I'd imagine if you mark a test with@Ignore
then it should be reported as ignored instead of skipped given that a Status exists for both of thoseThe text was updated successfully, but these errors were encountered: