From 625f8ec07f9fdb07a529ec0f9c7bc695c2bb45a2 Mon Sep 17 00:00:00 2001 From: John Szakmeister Date: Thu, 1 Oct 2015 06:51:23 -0400 Subject: 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. --- test/functional/ui/screen_basic_spec.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 --| -- cgit