Commit dd7600a
Merged PR 905243: Filter [SKIP] lines from xunit v3 test error output
fix: filter [SKIP] lines from xunit v3 test error output
Add errorRegex to the xunit v3 test pip to exclude [SKIP] test result
lines and their hash-bucket skip reasons from error output. Without
this, every output line is reported as ##[error] when a pip fails,
flooding ADO logs with hundreds of irrelevant skip messages.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4c1d903 commit dd7600a
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
254 | 258 | | |
255 | 259 | | |
256 | 260 | | |
| |||
0 commit comments