mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
test: skip flaky tests
This commit is contained in:
@@ -3352,7 +3352,7 @@ describe('typval.c', function()
|
||||
end
|
||||
end
|
||||
describe('string()', function()
|
||||
itp('works', function()
|
||||
pending('works (skip due to flakiness)', function()
|
||||
local buf = lib.tv_get_string(lua2typvalt(int(1)))
|
||||
local buf_chk = lib.tv_get_string_chk(lua2typvalt(int(1)))
|
||||
neq(buf, buf_chk)
|
||||
|
Reference in New Issue
Block a user