Merge pull request #15368 from jamessan/fragility

test(lsp): disable finicky test when TEST_SKIP_FRAGILE is set
This commit is contained in:
James McCoy
2021-08-14 21:21:50 -04:00
committed by GitHub

View File

@@ -266,6 +266,8 @@ describe('LSP', function()
if isCI() then if isCI() then
pending('hangs the build on CI #14028, re-enable with freeze timeout #14204') pending('hangs the build on CI #14028, re-enable with freeze timeout #14204')
return return
elseif helpers.skip_fragile(pending) then
return
end end
local expected_handlers = { local expected_handlers = {
{NIL, "shutdown", {}, 1, NIL}; {NIL, "shutdown", {}, 1, NIL};