Commit fb59632
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments