Skip to content

Commit

Permalink
chore(cli): Disable test not currently expected to work
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 14, 2024
1 parent dfe714a commit 22ed3d1
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 @@ -14,8 +14,9 @@ fn outputs_version() -> Result<()> {
Ok(())
}

#[ignore] // Test assumes stderr, indicatif is in some paged mode that doesn't reach there any more
#[test]
fn ouput_is_localized() -> Result<()> {
fn output_is_localized() -> Result<()> {
let mut cmd = Command::cargo_bin(BIN_NAME)?;
cmd.arg("-l").arg("tr").arg("status");
cmd.assert()
Expand Down

0 comments on commit 22ed3d1

Please sign in to comment.