mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user