Merge pull request #18092 from zeertzjq/test-termxx-no-pending

test: unskip tests skipped in #14661
This commit is contained in:
zeertzjq 2022-04-13 05:29:23 +08:00 committed by GitHub
commit 18152cf6f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ describe('autocmd TermClose', function()
retry(nil, nil, function() eq(23, eval('g:test_termclose')) end)
end)
pending('kills job trapping SIGTERM', function()
it('kills job trapping SIGTERM', function()
if iswin() then return end
nvim('set_option', 'shell', 'sh')
nvim('set_option', 'shellcmdflag', '-c')
@ -52,7 +52,7 @@ describe('autocmd TermClose', function()
ok(duration <= 4000) -- Epsilon for slow CI
end)
pending('kills PTY job trapping SIGHUP and SIGTERM', function()
it('kills PTY job trapping SIGHUP and SIGTERM', function()
if iswin() then return end
nvim('set_option', 'shell', 'sh')
nvim('set_option', 'shellcmdflag', '-c')