diff options
author | James McCoy <jamessan@jamessan.com> | 2022-02-25 07:10:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 07:10:29 -0500 |
commit | 005a7aa1670841dfdffb7559161a7d37d6c14bc4 (patch) | |
tree | 5cf9098022f70307bb56af5a547130706ed0ee34 /src | |
parent | fdea15723fab6a3ee96218f13669d9f2e0a6d6d7 (diff) | |
parent | 82c5a02050dcc91673d4ef66b4ad20ecf9cae8c8 (diff) | |
download | rneovim-005a7aa1670841dfdffb7559161a7d37d6c14bc4.tar.gz rneovim-005a7aa1670841dfdffb7559161a7d37d6c14bc4.tar.bz2 rneovim-005a7aa1670841dfdffb7559161a7d37d6c14bc4.zip |
Merge pull request #17467 from dundargoc/ci/remove-failing-windows
ci: remove failing windows CI tests
Diffstat (limited to 'src')
-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 |