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.
This commit is contained in:
Jonathan de Boyne Pollard 2017-06-16 14:19:33 +01:00
parent 149b063bb4
commit e2fba01910

View File

@ -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