mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: unskip tests skipped in #14661
This commit is contained in:
parent
4bef2f02e8
commit
bc19ae4e11
@ -32,7 +32,7 @@ describe('autocmd TermClose', function()
|
|||||||
retry(nil, nil, function() eq(23, eval('g:test_termclose')) end)
|
retry(nil, nil, function() eq(23, eval('g:test_termclose')) end)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
pending('kills job trapping SIGTERM', function()
|
it('kills job trapping SIGTERM', function()
|
||||||
if iswin() then return end
|
if iswin() then return end
|
||||||
nvim('set_option', 'shell', 'sh')
|
nvim('set_option', 'shell', 'sh')
|
||||||
nvim('set_option', 'shellcmdflag', '-c')
|
nvim('set_option', 'shellcmdflag', '-c')
|
||||||
@ -52,7 +52,7 @@ describe('autocmd TermClose', function()
|
|||||||
ok(duration <= 4000) -- Epsilon for slow CI
|
ok(duration <= 4000) -- Epsilon for slow CI
|
||||||
end)
|
end)
|
||||||
|
|
||||||
pending('kills PTY job trapping SIGHUP and SIGTERM', function()
|
it('kills PTY job trapping SIGHUP and SIGTERM', function()
|
||||||
if iswin() then return end
|
if iswin() then return end
|
||||||
nvim('set_option', 'shell', 'sh')
|
nvim('set_option', 'shell', 'sh')
|
||||||
nvim('set_option', 'shellcmdflag', '-c')
|
nvim('set_option', 'shellcmdflag', '-c')
|
||||||
|
Loading…
Reference in New Issue
Block a user