mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
Mark "feeding large chunks of input with <Paste>" fragile
This commit is contained in:
parent
e53e56d5e5
commit
b5de158fdf
@ -61,6 +61,9 @@ describe('feeding large chunks of input with <Paste>', function()
|
||||
end)
|
||||
|
||||
it('ok', function()
|
||||
if helpers.skip_fragile(pending) then
|
||||
return
|
||||
end
|
||||
local t = {}
|
||||
for i = 1, 20000 do
|
||||
t[i] = 'item ' .. tostring(i)
|
||||
|
Loading…
Reference in New Issue
Block a user