mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
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:
parent
37db3d97ea
commit
9765efb40f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user