aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/inccommand_spec.lua
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2019-01-01 16:07:10 -0500
committerGitHub <noreply@github.com>2019-01-01 16:07:10 -0500
commit60e3cf6247678f0f99f9dbda23ae78eef52051c6 (patch)
tree8e5b4ceeb01508753c9cf582d3400137296ca9d6 /test/functional/ui/inccommand_spec.lua
parentfc6e8a4db8eb0f07a4ca5f1984576a1281d3486c (diff)
parent2fbe28bc058d142e4374999548ef2ff7b4fbc215 (diff)
downloadrneovim-60e3cf6247678f0f99f9dbda23ae78eef52051c6.tar.gz
rneovim-60e3cf6247678f0f99f9dbda23ae78eef52051c6.tar.bz2
rneovim-60e3cf6247678f0f99f9dbda23ae78eef52051c6.zip
Merge pull request #9439 from jamessan/more-fragile-tests
Mark a few more functionaltests as fragile
Diffstat (limited to 'test/functional/ui/inccommand_spec.lua')
-rw-r--r--test/functional/ui/inccommand_spec.lua3
1 files changed, 3 insertions, 0 deletions
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()