Skip to content

Commit

Permalink
tests: re-enable "tab drag in tabline to the left moves tab left"
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jul 23, 2019
1 parent 0d5f629 commit d2a6f75
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/functional/ui/mouse_spec.lua
Expand Up @@ -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')
Expand Down

0 comments on commit d2a6f75

Please sign in to comment.