Skip to content

Commit

Permalink
tests: make TERM=interix test pending (neovim#10576)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored Jul 22, 2019
1 parent 184b87e commit 1e2af5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/terminal/tui_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,9 @@ describe("TUI 't_Co' (terminal colors)", function()

-- 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)
end)

Expand Down

0 comments on commit 1e2af5e

Please sign in to comment.