From 84910773140b9a82bc78c577db5b2c7779cc1a36 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 13 Aug 2021 23:53:55 -0400 Subject: [PATCH] test(lsp): disable finicky test when TEST_SKIP_FRAGILE is set --- test/functional/plugin/lsp_spec.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/plugin/lsp_spec.lua b/test/functional/plugin/lsp_spec.lua index 35cc2d3075..508a9f2aed 100644 --- a/test/functional/plugin/lsp_spec.lua +++ b/test/functional/plugin/lsp_spec.lua @@ -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};