aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/window_spec.lua
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-02-25 07:10:29 -0500
committerGitHub <noreply@github.com>2022-02-25 07:10:29 -0500
commit005a7aa1670841dfdffb7559161a7d37d6c14bc4 (patch)
tree5cf9098022f70307bb56af5a547130706ed0ee34 /test/functional/terminal/window_spec.lua
parentfdea15723fab6a3ee96218f13669d9f2e0a6d6d7 (diff)
parent82c5a02050dcc91673d4ef66b4ad20ecf9cae8c8 (diff)
downloadrneovim-005a7aa1670841dfdffb7559161a7d37d6c14bc4.tar.gz
rneovim-005a7aa1670841dfdffb7559161a7d37d6c14bc4.tar.bz2
rneovim-005a7aa1670841dfdffb7559161a7d37d6c14bc4.zip
Merge pull request #17467 from dundargoc/ci/remove-failing-windows
ci: remove failing windows CI tests
Diffstat (limited to 'test/functional/terminal/window_spec.lua')
-rw-r--r--test/functional/terminal/window_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/terminal/window_spec.lua b/test/functional/terminal/window_spec.lua
index 9f278fd157..0d3295cf32 100644
--- a/test/functional/terminal/window_spec.lua
+++ b/test/functional/terminal/window_spec.lua
@@ -18,6 +18,7 @@ describe(':terminal window', function()
end)
it('sets topline correctly #8556', function()
+ if helpers.pending_win32(pending) then return end
-- Test has hardcoded assumptions of dimensions.
eq(7, eval('&lines'))
feed_data('\n\n\n') -- Add blank lines.