mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
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:
@@ -265,6 +265,8 @@ describe('LSP', function()
|
|||||||
if 'openbsd' == helpers.uname() then
|
if 'openbsd' == helpers.uname() then
|
||||||
pending('hangs the build on openbsd #14028, re-enable with freeze timeout #14204')
|
pending('hangs the build on openbsd #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