mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07: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)
|
||||
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))
|
||||
|
Loading…
Reference in New Issue
Block a user