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 13, 2023
1 parent 9f0c476 commit 601db39
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 @@ -174,7 +174,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 601db39

Please sign in to comment.