diff options
author | James McCoy <jamessan@jamessan.com> | 2019-01-01 11:26:56 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2019-01-01 11:26:56 -0500 |
commit | e53e56d5e5636ec183683fe394b271a2abcb58d8 (patch) | |
tree | a1268c6cb6f3d07ba91964839e26ef247c5f79d8 | |
parent | 57e0a578f027fed99c64c1f3c881e5f59e56a8d6 (diff) | |
download | rneovim-e53e56d5e5636ec183683fe394b271a2abcb58d8.tar.gz rneovim-e53e56d5e5636ec183683fe394b271a2abcb58d8.tar.bz2 rneovim-e53e56d5e5636ec183683fe394b271a2abcb58d8.zip |
Mark ":substitute with inccommand during :terminal activity" fragile
-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() |