mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
test: Fix broken test.
This commit is contained in:
parent
a8a673c20d
commit
25427ae892
@ -41,7 +41,7 @@ describe("shell command :!", function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it("throttles shell-command output greater than ~10KB", function()
|
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)
|
pending("[Unreliable on Travis macOS.]", function() end)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user