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