From b5de158fdf02d84219eff651f978c66ab99f2b58 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 1 Jan 2019 11:27:23 -0500 Subject: [PATCH] Mark "feeding large chunks of input with " fragile --- test/functional/ui/input_spec.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/functional/ui/input_spec.lua b/test/functional/ui/input_spec.lua index 7f9cd190ee..850efed282 100644 --- a/test/functional/ui/input_spec.lua +++ b/test/functional/ui/input_spec.lua @@ -61,6 +61,9 @@ describe('feeding large chunks of input with ', 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)