From bc19ae4e111fd4c24cf5b585938f19cd59c66f50 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Tue, 12 Apr 2022 22:48:08 +0800 Subject: [PATCH] test: unskip tests skipped in #14661 --- test/functional/autocmd/termxx_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/autocmd/termxx_spec.lua b/test/functional/autocmd/termxx_spec.lua index bc7a6d6c36..1e8f981437 100644 --- a/test/functional/autocmd/termxx_spec.lua +++ b/test/functional/autocmd/termxx_spec.lua @@ -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')