mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Merge pull request #15368 from jamessan/fragility
test(lsp): disable finicky test when TEST_SKIP_FRAGILE is set
This commit is contained in:
commit
bcca62a760
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user