diff options
| author | Dundar Göc <gocdundar@gmail.com> | 2022-02-19 11:11:05 +0100 |
|---|---|---|
| committer | Dundar Göc <gocdundar@gmail.com> | 2022-02-20 10:22:39 +0100 |
| commit | 82c5a02050dcc91673d4ef66b4ad20ecf9cae8c8 (patch) | |
| tree | 739fca2a09149899c6f12b10879e0097bfc425a2 /src/nvim/testdir | |
| parent | 2550212b25f313c781ac048757b6969c920cd78f (diff) | |
| download | rneovim-82c5a02050dcc91673d4ef66b4ad20ecf9cae8c8.tar.gz rneovim-82c5a02050dcc91673d4ef66b4ad20ecf9cae8c8.tar.bz2 rneovim-82c5a02050dcc91673d4ef66b4ad20ecf9cae8c8.zip | |
ci: skip tests that fail on windows
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_alot.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim index c0ac4393c4..5a3d1d56bb 100644 --- a/src/nvim/testdir/test_alot.vim +++ b/src/nvim/testdir/test_alot.vim @@ -39,7 +39,8 @@ source test_put.vim source test_rename.vim source test_scroll_opt.vim source test_shift.vim -source test_sort.vim +" Test fails on windows CI when using the MSVC compiler. +" source test_sort.vim source test_sha256.vim source test_suspend.vim source test_syn_attr.vim |