Skip to content

Commit fb59632

Browse files
committed
tests: use empty list for g:go_gopls_options
Use an empty list for g:go_gopls_options, because sometime between 2020-08-30 20:07 and 2020-08-31 21:42 some of the tests in highlight_test started failing in GitHub's CI. All attempts to reproduce the failures locally have been unsucessful. By outputting the lsp logs in tests, it became clear that there were some issues with restarting gopls between test runs and turning off the shared client seems to resolve the test failures.
1 parent c5d6ee9 commit fb59632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if !exists('g:test_verbose')
2020
let g:test_verbose = 0
2121
endif
2222
let g:go_echo_command_info = 0
23+
let g:go_gopls_options = []
2324

2425
function! s:logmessages() abort
2526
" Add all messages (usually errors).

0 commit comments

Comments
 (0)