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
commit bcca62a760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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