mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 08:02:38 +00:00
ci: bump to windows 2022
Skip failing funcitonaltests. Use jobstart() instead termopen() for oldtests to prevent CI freezing.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user