mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 01:46:31 +10:00
test: skip flaky tests
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user