mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
184b87ee31
commit
1e2af5e39d
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user