mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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 assert_alive = helpers.assert_alive
|
||||||
local retry = helpers.retry
|
local retry = helpers.retry
|
||||||
local is_os = helpers.is_os
|
local is_os = helpers.is_os
|
||||||
local is_ci = helpers.is_ci
|
|
||||||
local fn = helpers.fn
|
local fn = helpers.fn
|
||||||
local skip = helpers.skip
|
local skip = helpers.skip
|
||||||
|
|
||||||
@ -1849,16 +1848,12 @@ describe('ui/msg_puts_printf', function()
|
|||||||
pending('missing japanese language features', function() end)
|
pending('missing japanese language features', function() end)
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
cmd = 'chcp 932 > NULL & '
|
cmd = 'chcp 932 > NUL & '
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if exc_exec('lang ja_JP.UTF-8') ~= 0 then
|
if exc_exec('lang ja_JP.UTF-8') ~= 0 then
|
||||||
pending('Locale ja_JP.UTF-8 not supported', function() end)
|
pending('Locale ja_JP.UTF-8 not supported', function() end)
|
||||||
return
|
return
|
||||||
elseif is_ci() then
|
|
||||||
-- Fails non--Windows CI. Message catalog directory issue?
|
|
||||||
pending('fails on unix CI', function() end)
|
|
||||||
return
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user