ci: bump to windows 2022

Skip failing funcitonaltests. Use jobstart() instead termopen() for
oldtests to prevent CI freezing.
This commit is contained in:
dundargoc
2023-03-11 22:56:16 +01:00
committed by GitHub
parent 829d92eca3
commit 9d574f8dd7
5 changed files with 20 additions and 9 deletions

View File

@@ -54,6 +54,7 @@ describe("shell command :!", function()
it("throttles shell-command output greater than ~10KB", function()
skip(is_os('openbsd'), 'FIXME #10804')
skip(is_os('win'))
child_session.feed_data((":!%s REP 30001 foo\n"):format(testprg('shell-test')))
-- If we observe any line starting with a dot, then throttling occurred.