mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 14:25:32 +00:00
tests: fix non-controversial misuse of pending (#11247)
Ref: https://github.com/neovim/neovim/pull/11184
This commit is contained in:
@@ -50,8 +50,7 @@ local function test_embed(ext_linegrid)
|
||||
|
||||
it("doesn't erase output when setting color scheme", function()
|
||||
if 'openbsd' == helpers.uname() then
|
||||
pending('FIXME #10804', function() end)
|
||||
return
|
||||
pending('FIXME #10804')
|
||||
end
|
||||
startup('--cmd', 'echoerr "foo"', '--cmd', 'color default', '--cmd', 'echoerr "bar"')
|
||||
screen:expect([[
|
||||
|
||||
Reference in New Issue
Block a user