[neovim] 01/02: test: window_spec: Remove flaky terminal resize test

James McCoy jamessan at debian.org
Mon Nov 14 02:13:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository neovim.

commit c34fd4bf2ff10920ac7dbf2ef236ac20dbf5b2d5
Author: James McCoy <jamessan at jamessan.com>
Date:   Sun Nov 13 18:47:03 2016 -0500

    test: window_spec: Remove flaky terminal resize test
---
 test/functional/terminal/window_spec.lua | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/test/functional/terminal/window_spec.lua b/test/functional/terminal/window_spec.lua
index 70c234d..eb7a67a 100644
--- a/test/functional/terminal/window_spec.lua
+++ b/test/functional/terminal/window_spec.lua
@@ -2,7 +2,6 @@ local helpers = require('test.functional.helpers')(after_each)
 local thelpers = require('test.functional.terminal.helpers')
 local feed, clear = helpers.feed, helpers.clear
 local wait = helpers.wait
-local execute = helpers.execute
 
 if helpers.pending_win32(pending) then return end
 
@@ -14,23 +13,6 @@ describe('terminal window', function()
     screen = thelpers.screen_setup()
   end)
 
-  it('resets its size when entering terminal buffer', function()
-    feed('<c-\\><c-n>')
-    execute('set hidden')
-    execute('edit foo')
-    execute('doautoall SessionLoadPost')
-    execute('silent bnext')
-    screen:expect([[
-      tty ready                                         |
-      {2: }                                                 |
-                                                        |
-                                                        |
-                                                        |
-      ^                                                  |
-      :silent bnext                                     |
-    ]])
-  end)
-
   describe('with colorcolumn set', function()
     before_each(function()
       feed('<c-\\><c-n>')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/neovim.git



More information about the pkg-vim-maintainers mailing list