mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(unit): skip flaky 'typval.c dict extend() works' test
This commit is contained in:
parent
fdeb01cd77
commit
52389e7243
@ -2326,7 +2326,7 @@ describe('typval.c', function()
|
|||||||
return lib.tv_dict_extend(d1, d2, action)
|
return lib.tv_dict_extend(d1, d2, action)
|
||||||
end, emsg)
|
end, emsg)
|
||||||
end
|
end
|
||||||
itp('works', function()
|
pending('works (skip due to flakiness)', function()
|
||||||
local d1 = dict()
|
local d1 = dict()
|
||||||
alloc_log:check({ a.dict(d1) })
|
alloc_log:check({ a.dict(d1) })
|
||||||
eq({}, dct2tbl(d1))
|
eq({}, dct2tbl(d1))
|
||||||
|
Loading…
Reference in New Issue
Block a user