mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 03:17:23 +10:00
tests: mark flaky socket test pending for now
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user