From f08d10a0dfdd583dad082b8d5d61b9050c2f8aab Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 24 Jul 2019 02:12:19 +0200 Subject: tests: re-enable "tab drag in tabline to the left moves tab left" (#10588) Ref: https://github.com/neovim/neovim/pull/4874 --- test/functional/ui/mouse_spec.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test') 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') -- cgit