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
Fix withKnownIssue not marking test as skipped in nightly toolchains (#1838)
With the introduction of issue severity, the issue payload contains the
flag `isFailure`. If this is true, we were assuming that the issue didn't
meet the severity threshold.
However if an issue is skipped with `withKnownIssue`, `isFailure` would
be false but `isKnown` is true. In this case we still want to record the
issue and have the test be marked as skipped.
0 commit comments