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

This commit is contained in:
dundargoc 2024-05-25 13:33:59 +02:00 committed by dundargoc
parent fdeb01cd77
commit 52389e7243

View File

@ -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))