mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
tests: fix non-controversial misuse of pending (#11247)
Ref: https://github.com/neovim/neovim/pull/11184
This commit is contained in:
@@ -51,8 +51,7 @@ describe("shell command :!", function()
|
||||
|
||||
it("throttles shell-command output greater than ~10KB", function()
|
||||
if 'openbsd' == helpers.uname() then
|
||||
pending('FIXME #10804', function() end)
|
||||
return
|
||||
pending('FIXME #10804')
|
||||
end
|
||||
child_session.feed_data(":!"..nvim_dir.."/shell-test REP 30001 foo\n")
|
||||
|
||||
@@ -96,8 +95,7 @@ describe("shell command :!", function()
|
||||
|
||||
it('handles control codes', function()
|
||||
if iswin() then
|
||||
pending('missing printf', function() end)
|
||||
return
|
||||
pending('missing printf')
|
||||
end
|
||||
local screen = Screen.new(50, 4)
|
||||
screen:attach()
|
||||
|
||||
Reference in New Issue
Block a user