Skip to content

Commit c3fc7de

Browse files
committed
test: properly mark temp. ignored test
1 parent bd4067f commit c3fc7de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/cli.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ mod cli {
173173

174174
// NOTE: styled terminal output is platform dependent, so convert to a
175175
// common format, in this case HTML, to check
176-
//#[test]
176+
#[ignore = "TODO: wait for proper colorization"]
177+
#[test]
177178
fn ambiguous_replace_ensure_styling() {
178179
let styled_stderr = bad_replace_helper_styled("\t$1bad after");
179180
let html_stderr =

0 commit comments

Comments
 (0)