Mark "feeding large chunks of input with <Paste>" fragile

This commit is contained in:
James McCoy
2019-01-01 11:27:23 -05:00
parent e53e56d5e5
commit b5de158fdf

View File

@@ -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)