diff options
author | Daniel Hahler <git@thequod.de> | 2019-07-24 02:12:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-24 02:12:19 +0200 |
commit | f08d10a0dfdd583dad082b8d5d61b9050c2f8aab (patch) | |
tree | c29524dbbc78ad6ff18169436129eb4c325ae7d8 /test/functional/ui/mouse_spec.lua | |
parent | 5cccfa7c5a3cd1683c8a36da02b424d4469b2143 (diff) | |
download | rneovim-f08d10a0dfdd583dad082b8d5d61b9050c2f8aab.tar.gz rneovim-f08d10a0dfdd583dad082b8d5d61b9050c2f8aab.tar.bz2 rneovim-f08d10a0dfdd583dad082b8d5d61b9050c2f8aab.zip |
tests: re-enable "tab drag in tabline to the left moves tab left" (#10588)
Ref: https://github.com/neovim/neovim/pull/4874
Diffstat (limited to 'test/functional/ui/mouse_spec.lua')
-rw-r--r-- | test/functional/ui/mouse_spec.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua index c1a350dc34..3bd6b81ff1 100644 --- a/test/functional/ui/mouse_spec.lua +++ b/test/functional/ui/mouse_spec.lua @@ -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') |