tests: mark flaky socket test pending for now

This commit is contained in:
Björn Linse
2017-11-27 11:43:24 +01:00
parent df019cebd5
commit e3c4c8a90e

View File

@@ -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]