mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: XXX: Disable "throttle" test on Travis macOS.
This commit is contained in:
parent
5892aab1b5
commit
a3a241d313
@ -41,6 +41,11 @@ describe("shell command :!", function()
|
||||
end)
|
||||
|
||||
it("throttles shell-command output greater than ~10KB", function()
|
||||
if os.getenv("TRAVIS") and helpers.os_name() == "osx" then
|
||||
pending("[Unreliable on Travis macOS.]", function() end)
|
||||
return
|
||||
end
|
||||
|
||||
screen.timeout = 20000 -- Avoid false failure on slow systems.
|
||||
child_session.feed_data(
|
||||
":!for i in $(seq 2 3000); do echo XXXXXXXXXX $i; done\n")
|
||||
|
Loading…
Reference in New Issue
Block a user