tests: make TERM=interix test pending (#10576)

Ref: https://github.com/neovim/neovim/issues/10179
Ref: https://github.com/neovim/neovim/pull/9494
This commit is contained in:
Daniel Hahler 2019-07-22 18:49:37 +02:00 committed by GitHub
parent 184b87ee31
commit 1e2af5e39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -744,7 +744,9 @@ describe("TUI 't_Co' (terminal colors)", function()
-- others: -- others:
it("TERM=interix uses 8 colors", function() -- TODO(blueyed): this is made pending, since it causes failure + later hang
-- when using non-compatible libvterm (#9494/#10179).
pending("TERM=interix uses 8 colors", function()
assert_term_colors("interix", nil, 8) assert_term_colors("interix", nil, 8)
end) end)