ci: skip tests that fail on windows

This commit is contained in:
Dundar Göc
2022-02-19 11:11:05 +01:00
parent 2550212b25
commit 82c5a02050
16 changed files with 39 additions and 3 deletions

View File

@@ -1206,6 +1206,7 @@ end)
describe('ui/msg_puts_printf', function()
it('output multibyte characters correctly', function()
if helpers.pending_win32(pending) then return end
local screen
local cmd = ''
local locale_dir = test_build_dir..'/share/locale/ja/LC_MESSAGES'