mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 08:44:06 +00: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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user