aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/edit_spec.lua
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-02-19 11:11:05 +0100
committerDundar Göc <gocdundar@gmail.com>2022-02-20 10:22:39 +0100
commit82c5a02050dcc91673d4ef66b4ad20ecf9cae8c8 (patch)
tree739fca2a09149899c6f12b10879e0097bfc425a2 /test/functional/terminal/edit_spec.lua
parent2550212b25f313c781ac048757b6969c920cd78f (diff)
downloadrneovim-82c5a02050dcc91673d4ef66b4ad20ecf9cae8c8.tar.gz
rneovim-82c5a02050dcc91673d4ef66b4ad20ecf9cae8c8.tar.bz2
rneovim-82c5a02050dcc91673d4ef66b4ad20ecf9cae8c8.zip
ci: skip tests that fail on windows
Diffstat (limited to 'test/functional/terminal/edit_spec.lua')
-rw-r--r--test/functional/terminal/edit_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/terminal/edit_spec.lua b/test/functional/terminal/edit_spec.lua
index fabc5524ed..e7025d6739 100644
--- a/test/functional/terminal/edit_spec.lua
+++ b/test/functional/terminal/edit_spec.lua
@@ -36,6 +36,7 @@ describe(':edit term://*', function()
end)
it("runs TermOpen early enough to set buffer-local 'scrollback'", function()
+ if helpers.pending_win32(pending) then return end
local columns, lines = 20, 4
local scr = get_screen(columns, lines)
local rep = 97