mirror of
https://github.com/neovim/neovim.git
synced 2025-11-20 01:01:22 +00:00
test: isCI(): add "name" parameter
This commit is contained in:
@@ -52,7 +52,7 @@ describe("shell command :!", function()
|
||||
|
||||
it("throttles shell-command output greater than ~10KB", function()
|
||||
if helpers.skip_fragile(pending,
|
||||
(os.getenv("TRAVIS") and helpers.os_name() == "osx")) then
|
||||
(helpers.isCI('travis') and helpers.os_name() == 'osx')) then
|
||||
return
|
||||
end
|
||||
child_session.feed_data(
|
||||
|
||||
Reference in New Issue
Block a user