mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
ci: skip tests that fail on windows
This commit is contained in:
@@ -258,6 +258,7 @@ describe(':terminal buffer', function()
|
||||
end)
|
||||
|
||||
it('it works with set rightleft #11438', function()
|
||||
if helpers.pending_win32(pending) then return end
|
||||
local columns = eval('&columns')
|
||||
feed(string.rep('a', columns))
|
||||
command('set rightleft')
|
||||
|
Reference in New Issue
Block a user