fix(tests): mark t32 as allowed to fail

This commit is contained in:
Christian Clason 2023-07-29 10:41:51 +02:00
parent db0ccd920b
commit ba223ceecc

View file

@ -99,7 +99,7 @@ local function do_check()
end
local ok, result = pcall(do_check)
local allowed_to_fail = vim.split(vim.env.ALLOWED_INSTALLATION_FAILURES or "", ",", true)
local allowed_to_fail = { "t32" } -- codeberg hoster is unreliable
for k, v in pairs(require("nvim-treesitter.parsers").get_parser_configs()) do
if not require("nvim-treesitter.parsers").has_parser(k) then