diff options
author | Daniel Hahler <git@thequod.de> | 2019-07-22 18:49:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-22 18:49:37 +0200 |
commit | 1e2af5e39da9a5d0cc0e6940de343ef3f70cd8d0 (patch) | |
tree | 3d675b901412cd108b1d799443a9d681caac852f | |
parent | 184b87ee31170465b072b11c21e2bb15b15f6fe5 (diff) | |
download | rneovim-1e2af5e39da9a5d0cc0e6940de343ef3f70cd8d0.tar.gz rneovim-1e2af5e39da9a5d0cc0e6940de343ef3f70cd8d0.tar.bz2 rneovim-1e2af5e39da9a5d0cc0e6940de343ef3f70cd8d0.zip |
tests: make TERM=interix test pending (#10576)
Ref: https://github.com/neovim/neovim/issues/10179
Ref: https://github.com/neovim/neovim/pull/9494
-rw-r--r-- | test/functional/terminal/tui_spec.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua index 9a907ade29..af55ec1555 100644 --- a/test/functional/terminal/tui_spec.lua +++ b/test/functional/terminal/tui_spec.lua @@ -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) |