Skip to content

Commit 2c59e14

Browse files
committed
Disable lsp Test
Currently, the test "Test_channel_lsp_mode()" fails on the CI, preventing to produce new binaries for Windows users. Currently it is unclear, what is causing this, but the same test runs successfully on the vim/vim repository. If you can reproduce the current failure of Test_channel_lsp_mode() on your system please report back to the vim/vim repository. Until then, disable the test here.
1 parent 5975332 commit 2c59e14

File tree

2 files changed

+14
-48
lines changed

2 files changed

+14
-48
lines changed

patch/disable_lsp_test.patch

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim
2+
index 6ad9dc0e1..0699f9a09 100644
3+
--- a/src/testdir/test_channel.vim
4+
+++ b/src/testdir/test_channel.vim
5+
@@ -2663,7 +2663,8 @@ func LspTests(port)
6+
endfunc
7+
8+
func Test_channel_lsp_mode()
9+
- call RunServer('test_channel_lsp.py', 'LspTests', [])
10+
+ throw 'Skipped: on Vim-Win32-installer CI repository'
11+
+ "call RunServer('test_channel_lsp.py', 'LspTests', [])
12+
endfunc
13+
14+
" vim: shiftwidth=2 sts=2 expandtab

patch/lspdebug.patch

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)