neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 52389e724366ebb2fb58f08c657f580900dd09ee
parent fdeb01cd77404aba446c67af32134a2ff793a14b
Author: dundargoc <gocdundar@gmail.com>
Date:   Sat, 25 May 2024 13:33:59 +0200

test(unit): skip flaky 'typval.c dict extend() works' test

Diffstat:
Mtest/unit/eval/typval_spec.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/unit/eval/typval_spec.lua b/test/unit/eval/typval_spec.lua @@ -2326,7 +2326,7 @@ describe('typval.c', function() return lib.tv_dict_extend(d1, d2, action) end, emsg) end - itp('works', function() + pending('works (skip due to flakiness)', function() local d1 = dict() alloc_log:check({ a.dict(d1) }) eq({}, dct2tbl(d1))