From e2fba01910e01e32d420120a47cac3890f83f7fa Mon Sep 17 00:00:00 2001 From: Jonathan de Boyne Pollard Date: Fri, 16 Jun 2017 14:19:33 +0100 Subject: [PATCH] test: Skip 2 dodgy mouse tests on all systems. Now that they are failing across the board on all systems, like they were previously failing on MacOS, treat them on all systems like they are treated for MacOS; until we find the cause of the problem. --- test/functional/ui/mouse_spec.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua index 7dc574b062..e0e0829372 100644 --- a/test/functional/ui/mouse_spec.lua +++ b/test/functional/ui/mouse_spec.lua @@ -154,6 +154,7 @@ describe('ui/mouse/input', function() it('in tabline to the left moves tab left', function() if helpers.skip_fragile(pending, + true or -- #6851 os.getenv("TRAVIS") and (helpers.os_name() == "osx" or os.getenv("CLANG_SANITIZER") == "ASAN_UBSAN")) -- #4874 then @@ -259,6 +260,7 @@ describe('ui/mouse/input', function() it('out of tabline to the left moves tab left', function() if helpers.skip_fragile(pending, + true or -- #6851 os.getenv("TRAVIS") and (helpers.os_name() == "osx" or os.getenv("CLANG_SANITIZER") == "ASAN_UBSAN")) -- #4874 then