diff options
author | ZyX <kp-pav@yandex.ru> | 2017-11-30 02:02:55 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-11-30 02:02:55 +0300 |
commit | b588ccddd7f5998ce7d9780463480ca844963859 (patch) | |
tree | 78f1e0f58209385aa63e0e25e071a5893635790d /test/functional/core | |
parent | de45ec0146486c49719ff6f6dcceb4914b471c7a (diff) | |
parent | 4618c9c43b2fe052332329b347ac10b4b1db94b5 (diff) | |
download | rneovim-b588ccddd7f5998ce7d9780463480ca844963859.tar.gz rneovim-b588ccddd7f5998ce7d9780463480ca844963859.tar.bz2 rneovim-b588ccddd7f5998ce7d9780463480ca844963859.zip |
Merge branch 'master' into expression-parser
Diffstat (limited to 'test/functional/core')
-rw-r--r-- | test/functional/core/channels_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/core/channels_spec.lua b/test/functional/core/channels_spec.lua index 7a2f157df3..765e3c5919 100644 --- a/test/functional/core/channels_spec.lua +++ b/test/functional/core/channels_spec.lua @@ -27,7 +27,7 @@ describe('channels', function() source(init) end) - it('can connect to socket', function() + pending('can connect to socket', function() local server = spawn(nvim_argv) set_session(server) local address = funcs.serverlist()[1] |