build/doc/CI: remove/update quickbuild references #11258

This commit is contained in:
Justin M. Keyes
2019-10-19 18:04:08 -07:00
committed by GitHub
parent 06a6828f01
commit 019c8d13dd
8 changed files with 27 additions and 35 deletions

View File

@@ -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 == '\\')