diff options
author | John Szakmeister <john@szakmeister.net> | 2015-10-01 06:51:23 -0400 |
---|---|---|
committer | John Szakmeister <john@szakmeister.net> | 2015-10-01 07:01:13 -0400 |
commit | 625f8ec07f9fdb07a529ec0f9c7bc695c2bb45a2 (patch) | |
tree | 66116279dcea9f5e09cec83143975f90ab8142e0 | |
parent | 30024dcdbdbd9894784516608101224ca1f92a2c (diff) | |
download | rneovim-625f8ec07f9fdb07a529ec0f9c7bc695c2bb45a2.tar.gz rneovim-625f8ec07f9fdb07a529ec0f9c7bc695c2bb45a2.tar.bz2 rneovim-625f8ec07f9fdb07a529ec0f9c7bc695c2bb45a2.zip |
Disable a broken functional test.
No one has taken a real interest in fixing this, so let's disable it for
now. The issue crops up most on the QB OS X node, but it has
periodically occurred under other nodes too.
-rw-r--r-- | test/functional/ui/screen_basic_spec.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/ui/screen_basic_spec.lua b/test/functional/ui/screen_basic_spec.lua index 7ba82c8b7b..092cc8c126 100644 --- a/test/functional/ui/screen_basic_spec.lua +++ b/test/functional/ui/screen_basic_spec.lua @@ -551,7 +551,8 @@ describe('Screen', function() ]]) end) - it('has minimum width/height values', function() + -- FIXME this has some race conditions that cause it to fail periodically + pending('has minimum width/height values', function() screen:try_resize(1, 1) screen:expect([[ -- INS^ERT --| |