Skip to content

Commit 96f39a2

Browse files
committed
Mark skipped tests as 'W' quickfix items
1 parent 41424c4 commit 96f39a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autoload/OmniSharp/actions/test.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ function! s:RunTestsRH(Callback, bufnr, tests, response) abort
157157
" check :messages for details.
158158
let location.noStackTrace = 1
159159
endif
160+
elseif result.Outcome =~? 'skipped'
161+
let location.type = 'W'
162+
let location.text = location.name . ': ' . result.Outcome
160163
else
161164
let location.text = location.name . ': ' . result.Outcome
162165
endif

0 commit comments

Comments
 (0)