aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}},