aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/mouse_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/ui/mouse_spec.lua')
-rw-r--r--test/functional/ui/mouse_spec.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua
index 388d84fba6..13bfe9e23f 100644
--- a/test/functional/ui/mouse_spec.lua
+++ b/test/functional/ui/mouse_spec.lua
@@ -153,6 +153,11 @@ describe('Mouse input', function()
end)
it('in tabline to the left moves tab left', function()
+ if os.getenv("TRAVIS") and helpers.os_name() == "osx" then
+ pending("[Fails on Travis macOS. #4874]", function() end)
+ return
+ end
+
execute('%delete')
insert('this is foo')
execute('silent file foo | tabnew | file bar')
@@ -251,6 +256,11 @@ describe('Mouse input', function()
end)
it('out of tabline to the left moves tab left', function()
+ if os.getenv("TRAVIS") and helpers.os_name() == "osx" then
+ pending("[Fails on Travis macOS. #4874]", function() end)
+ return
+ end
+
execute('%delete')
insert('this is foo')
execute('silent file foo | tabnew | file bar')