mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
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:
parent
8760816d46
commit
4f5e378124
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user