diff options
-rw-r--r-- | test/functional/ui/output_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua index d0166bc1c1..33086a61b1 100644 --- a/test/functional/ui/output_spec.lua +++ b/test/functional/ui/output_spec.lua @@ -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 |