From d2a6f75ebf5e3c4b7c65762a8035106eaf85b811 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 23 Jul 2019 19:01:38 +0200 Subject: [PATCH] tests: re-enable "tab drag in tabline to the left moves tab left" Ref: https://github.com/neovim/neovim/pull/4874 --- test/functional/ui/mouse_spec.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua index c1a350dc349141..3bd6b81ff1ac38 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')