Merge pull request #3409 from jszakmeister/disable-broken-test

Disable a broken functional test.
This commit is contained in:
Justin M. Keyes
2015-10-01 13:08:21 -04:00

View File

@@ -551,7 +551,8 @@ describe('Screen', function()
]]) ]])
end) 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:try_resize(1, 1)
screen:expect([[ screen:expect([[
-- INS^ERT --| -- INS^ERT --|