test: skip flaky tests

This commit is contained in:
dundargoc
2024-03-29 12:46:41 +01:00
committed by dundargoc
parent 3d554b755b
commit 5a5d26b4ab
2 changed files with 3 additions and 2 deletions

View File

@@ -3223,7 +3223,7 @@ describe('typval.c', function()
end)
end)
describe('lnum()', function()
itp('works', function()
pending('works (skip due to flakiness)', function()
for _, v in ipairs({
{ lib.VAR_NUMBER, { v_number = 42 }, nil, 42 },
{ lib.VAR_STRING, { v_string = to_cstr('100500') }, nil, 100500 },