From e2b031a3423fe34b8a5f0c6a48e4a4db20beda4f Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 18 Jan 2017 07:53:10 -0500 Subject: test: screen_basic: Re-enable min width/height test --- test/functional/ui/screen_basic_spec.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/functional/ui/screen_basic_spec.lua') diff --git a/test/functional/ui/screen_basic_spec.lua b/test/functional/ui/screen_basic_spec.lua index d03f98c26f..647cb4bb3b 100644 --- a/test/functional/ui/screen_basic_spec.lua +++ b/test/functional/ui/screen_basic_spec.lua @@ -563,11 +563,10 @@ describe('Screen', function() ]]) end) - -- FIXME this has some race conditions that cause it to fail periodically - pending('has minimum width/height values', function() + it('has minimum width/height values', function() screen:try_resize(1, 1) screen:expect([[ - -- INS^ERT --| + {2:-- INS^ERT --}| | ]]) feed(':ls') -- cgit