Commit 20b4baf
authored
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.1 parent f9fd9be commit 20b4baf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments