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.
This commit is contained in:
John Szakmeister
2015-10-01 06:51:23 -04:00
parent 30024dcdbd
commit 625f8ec07f

View File

@@ -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 --|