test/CI: skip "throttles output" test on Travis macOS #9721

Travis macOS is not fast enough to run this test reliably. The test
depends on the system producing output faster than the Nvim TUI can
handle it.
This commit is contained in:
Justin M. Keyes 2019-03-12 19:26:24 +01:00 committed by GitHub
parent 8760816d46
commit 4f5e378124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,8 @@ describe("shell command :!", function()
end)
it("throttles shell-command output greater than ~10KB", function()
if helpers.skip_fragile(pending) then
if helpers.skip_fragile(pending,
(os.getenv("TRAVIS") and helpers.os_name() == "osx")) then
return
end
child_session.feed_data(