aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd/termxx_spec.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-03-11 22:56:16 +0100
committerGitHub <noreply@github.com>2023-03-11 22:56:16 +0100
commit9d574f8dd7248a4cf8dcbe615f3058d34efb7ac3 (patch)
tree39d585ab89ffef785d944f01c0ef7c5dc3b754e2 /test/functional/autocmd/termxx_spec.lua
parent829d92eca3d72a701adc6e6aa17ccd9fe2082479 (diff)
downloadrneovim-9d574f8dd7248a4cf8dcbe615f3058d34efb7ac3.tar.gz
rneovim-9d574f8dd7248a4cf8dcbe615f3058d34efb7ac3.tar.bz2
rneovim-9d574f8dd7248a4cf8dcbe615f3058d34efb7ac3.zip
ci: bump to windows 2022
Skip failing funcitonaltests. Use jobstart() instead termopen() for oldtests to prevent CI freezing.
Diffstat (limited to 'test/functional/autocmd/termxx_spec.lua')
-rw-r--r--test/functional/autocmd/termxx_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/autocmd/termxx_spec.lua b/test/functional/autocmd/termxx_spec.lua
index 63b5617eef..a9980dda04 100644
--- a/test/functional/autocmd/termxx_spec.lua
+++ b/test/functional/autocmd/termxx_spec.lua
@@ -50,6 +50,7 @@ describe('autocmd TermClose', function()
end)
it('triggers when long-running terminal job gets stopped', function()
+ skip(is_os('win'))
nvim('set_option', 'shell', is_os('win') and 'cmd.exe' or 'sh')
command('autocmd TermClose * let g:test_termclose = 23')
command('terminal')