diff options
-rw-r--r-- | test/unit/mbyte_spec.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/mbyte_spec.lua b/test/unit/mbyte_spec.lua index 3e65537270..1ff1bed9fe 100644 --- a/test/unit/mbyte_spec.lua +++ b/test/unit/mbyte_spec.lua @@ -8,6 +8,9 @@ local mbyte = helpers.cimport("./src/nvim/mbyte.h") local charset = helpers.cimport('./src/nvim/charset.h') describe('mbyte', function() + if helpers.isCI('quickbuild') then + pending("crashes on quickbuild", function() end) + end -- Array for composing characters local intp = ffi.typeof('int[?]') |