test(ui/messages_spec): unskip msg_puts_printf test on Unix CI (#27941)

It no longer fails on Unix CI.
This commit is contained in:
zeertzjq 2024-03-20 08:02:50 +08:00 committed by GitHub
parent 37db3d97ea
commit 9765efb40f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,6 @@ local poke_eventloop = helpers.poke_eventloop
local assert_alive = helpers.assert_alive
local retry = helpers.retry
local is_os = helpers.is_os
local is_ci = helpers.is_ci
local fn = helpers.fn
local skip = helpers.skip
@ -1849,16 +1848,12 @@ describe('ui/msg_puts_printf', function()
pending('missing japanese language features', function() end)
return
else
cmd = 'chcp 932 > NULL & '
cmd = 'chcp 932 > NUL & '
end
else
if exc_exec('lang ja_JP.UTF-8') ~= 0 then
pending('Locale ja_JP.UTF-8 not supported', function() end)
return
elseif is_ci() then
-- Fails non--Windows CI. Message catalog directory issue?
pending('fails on unix CI', function() end)
return
end
end