From e53e56d5e5636ec183683fe394b271a2abcb58d8 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 1 Jan 2019 11:26:56 -0500 Subject: Mark ":substitute with inccommand during :terminal activity" fragile --- test/functional/ui/inccommand_spec.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/functional') diff --git a/test/functional/ui/inccommand_spec.lua b/test/functional/ui/inccommand_spec.lua index bb6cb543ed..3228d6b7fc 100644 --- a/test/functional/ui/inccommand_spec.lua +++ b/test/functional/ui/inccommand_spec.lua @@ -2512,6 +2512,9 @@ describe(":substitute", function() end) it(':substitute with inccommand during :terminal activity', function() + if helpers.skip_fragile(pending) then + return + end retry(2, 40000, function() local screen = Screen.new(30,15) clear() -- cgit