aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-01-18 07:53:10 -0500
committerJames McCoy <jamessan@jamessan.com>2017-01-18 11:24:39 -0500
commite2b031a3423fe34b8a5f0c6a48e4a4db20beda4f (patch)
tree9f5a82040a42b668738d5b0f308d8931843e0cfe
parent4322021baeefed655ebc345fed8fa019e466728d (diff)
downloadrneovim-e2b031a3423fe34b8a5f0c6a48e4a4db20beda4f.tar.gz
rneovim-e2b031a3423fe34b8a5f0c6a48e4a4db20beda4f.tar.bz2
rneovim-e2b031a3423fe34b8a5f0c6a48e4a4db20beda4f.zip
test: screen_basic: Re-enable min width/height test
-rw-r--r--test/functional/ui/screen_basic_spec.lua5
1 files changed, 2 insertions, 3 deletions
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('<esc>:ls')