mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
build/doc/CI: remove/update quickbuild references #11258
This commit is contained in:
@@ -345,10 +345,6 @@ describe('server -> client', function()
|
||||
|
||||
describe('connecting to its own pipe address', function()
|
||||
it('does not deadlock', function()
|
||||
if not helpers.isCI('travis') and helpers.is_os('mac') then
|
||||
-- It does, in fact, deadlock on QuickBuild. #6851
|
||||
pending("deadlocks on QuickBuild")
|
||||
end
|
||||
local address = funcs.serverlist()[1]
|
||||
local first = string.sub(address,1,1)
|
||||
ok(first == '/' or first == '\\')
|
||||
|
||||
Reference in New Issue
Block a user