Skip to content

Commit

Permalink
test: properly mark temp. ignored test
Browse files Browse the repository at this point in the history
  • Loading branch information
nc7s committed Nov 10, 2023
1 parent bd4067f commit c3fc7de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ mod cli {

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

0 comments on commit c3fc7de

Please sign in to comment.