diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2016-08-15 16:42:12 -0700 |
---|---|---|
committer | Rui Abreu Ferreira <rap-ep@gmx.com> | 2016-08-26 08:21:41 +0100 |
commit | 39c628d031b89e9048340f6c95b9c3a97c2a0089 (patch) | |
tree | 08e43522f44303bdbd2059b41d784560a1035ddf /test/functional/plugin/shada_spec.lua | |
parent | 0089ef6b652ee455c9491a1a11f23939cfb63a08 (diff) | |
download | rneovim-39c628d031b89e9048340f6c95b9c3a97c2a0089.tar.gz rneovim-39c628d031b89e9048340f6c95b9c3a97c2a0089.tar.bz2 rneovim-39c628d031b89e9048340f6c95b9c3a97c2a0089.zip |
Mark some functional tests as pending in Windows
Diffstat (limited to 'test/functional/plugin/shada_spec.lua')
-rw-r--r-- | test/functional/plugin/shada_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/plugin/shada_spec.lua b/test/functional/plugin/shada_spec.lua index e18e9ef428..2595f22929 100644 --- a/test/functional/plugin/shada_spec.lua +++ b/test/functional/plugin/shada_spec.lua @@ -43,6 +43,8 @@ local wshada, _, fname = get_shada_rw('Xtest-functional-plugin-shada.shada') local wshada_tmp, _, fname_tmp = get_shada_rw('Xtest-functional-plugin-shada.shada.tmp.f') +if helpers.pending_win32(pending) then return end + describe('In autoload/shada.vim', function() local epoch = os.date('%Y-%m-%dT%H:%M:%S', 0) before_each(function() |