diff options
author | James McCoy <jamessan@jamessan.com> | 2019-01-01 16:02:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-01 16:02:23 -0500 |
commit | e2e5a105c6fec68b7a9609d4f273fee098de373d (patch) | |
tree | 06c9be986b305402029f4ca9da2ac06b5e476cef /test/functional/ui/inccommand_spec.lua | |
parent | a0140da7b0fa84a054154988dc482036b2296a99 (diff) | |
parent | 2fbe28bc058d142e4374999548ef2ff7b4fbc215 (diff) | |
download | rneovim-e2e5a105c6fec68b7a9609d4f273fee098de373d.tar.gz rneovim-e2e5a105c6fec68b7a9609d4f273fee098de373d.tar.bz2 rneovim-e2e5a105c6fec68b7a9609d4f273fee098de373d.zip |
Merge pull request #9436 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.lua | 3 |
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() |