aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2020-11-13 14:13:42 -0500
committerGitHub <noreply@github.com>2020-11-13 14:13:42 -0500
commit7c4f349661bd7e66f22b3a0903ffb7b8db1222e7 (patch)
treee8227d5e2a30f9424a1c405a79766e5dc3779e6c /test
parentaaca2c1c4d07d5bb9dd297b8e21e4a66acfb8ad3 (diff)
parent7ac3c39e39effcbf57f5622efde0fce20eac2fdd (diff)
downloadrneovim-7c4f349661bd7e66f22b3a0903ffb7b8db1222e7.tar.gz
rneovim-7c4f349661bd7e66f22b3a0903ffb7b8db1222e7.tar.bz2
rneovim-7c4f349661bd7e66f22b3a0903ffb7b8db1222e7.zip
Merge pull request #13287 from jamessan/github-actions
Diffstat (limited to 'test')
-rw-r--r--test/functional/terminal/tui_spec.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua
index c0578c08e1..5948ab3a64 100644
--- a/test/functional/terminal/tui_spec.lua
+++ b/test/functional/terminal/tui_spec.lua
@@ -348,6 +348,10 @@ describe('TUI', function()
end)
it('paste: terminal mode', function()
+ if os.getenv('GITHUB_ACTIONS') ~= nil then
+ pending("tty-test complains about not owning the terminal -- actions/runner#241")
+ return
+ end
feed_data(':set statusline=^^^^^^^\n')
feed_data(':terminal '..nvim_dir..'/tty-test\n')
feed_data('i')
@@ -776,6 +780,10 @@ describe('TUI', function()
end)
it('forwards :term palette colors with termguicolors', function()
+ if os.getenv('GITHUB_ACTIONS') ~= nil then
+ pending("tty-test complains about not owning the terminal -- actions/runner#241")
+ return
+ end
screen:set_rgb_cterm(true)
screen:set_default_attr_ids({
[1] = {{reverse = true}, {reverse = true}},