Skip to content

Commit 8277ff3

Browse files
authored
Merge pull request #256 from chrisbra/disable-lsp-test
Disable lsp Test
2 parents 5975332 + 2c59e14 commit 8277ff3

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)