mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
Merge pull request #15368 from jamessan/fragility
test(lsp): disable finicky test when TEST_SKIP_FRAGILE is set
This commit is contained in:
@@ -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};
|
||||||
|
Reference in New Issue
Block a user