GHA: Skip tests that fail due to actions/runner#241

This commit is contained in:
James McCoy 2020-11-13 09:45:11 -05:00
parent 808eb44f4a
commit f23b906ddd
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -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}},