mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
test/mbyte_spec: skip broken test on QuickBuild
Forgot `return` in eec529cf9e.
This commit is contained in:
@@ -10,6 +10,7 @@ local charset = helpers.cimport('./src/nvim/charset.h')
|
||||
describe('mbyte', function()
|
||||
if helpers.isCI('quickbuild') then
|
||||
pending("crashes on quickbuild", function() end)
|
||||
return
|
||||
end
|
||||
|
||||
-- Array for composing characters
|
||||
|
||||
Reference in New Issue
Block a user