tests: re-enable "tab drag in tabline to the left moves tab left" (#10588)

Ref: https://github.com/neovim/neovim/pull/4874
This commit is contained in:
Daniel Hahler
2019-07-24 02:12:19 +02:00
committed by GitHub
parent 5cccfa7c5a
commit f08d10a0df
3 changed files with 0 additions and 100 deletions

View File

@@ -150,13 +150,6 @@ describe('ui/mouse/input', function()
end)
it('in tabline to the left moves tab left', function()
if helpers.skip_fragile(pending,
os.getenv("TRAVIS") and (helpers.os_name() == "osx"
or os.getenv("CLANG_SANITIZER") == "ASAN_UBSAN")) -- #4874
then
return
end
feed_command('%delete')
insert('this is foo')
feed_command('silent file foo | tabnew | file bar')