diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-03-11 22:56:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 22:56:16 +0100 |
commit | 9d574f8dd7248a4cf8dcbe615f3058d34efb7ac3 (patch) | |
tree | 39d585ab89ffef785d944f01c0ef7c5dc3b754e2 /test/functional/ui/output_spec.lua | |
parent | 829d92eca3d72a701adc6e6aa17ccd9fe2082479 (diff) | |
download | rneovim-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/ui/output_spec.lua')
-rw-r--r-- | test/functional/ui/output_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua index 223844405e..954431d689 100644 --- a/test/functional/ui/output_spec.lua +++ b/test/functional/ui/output_spec.lua @@ -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. |