Merge pull request #15375 from jamessan/fragility

[release-0.5] test(lsp): disable finicky test when TEST_SKIP_FRAGILE is set
This commit is contained in:
James McCoy 2021-08-14 22:11:01 -04:00 committed by GitHub
commit 56d86970b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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