mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00: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:
		@@ -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)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user