mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
149b063bb4
commit
e2fba01910
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user