mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
test: Fix broken test.
This commit is contained in:
parent
a8a673c20d
commit
25427ae892
@ -41,7 +41,7 @@ describe("shell command :!", function()
|
||||
end)
|
||||
|
||||
it("throttles shell-command output greater than ~10KB", function()
|
||||
if os.getenv("TRAVIS") and helpers.os_name() == "osx" then
|
||||
if os.getenv("TRAVIS") and session.os_name() == "osx" then
|
||||
pending("[Unreliable on Travis macOS.]", function() end)
|
||||
return
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user