Skip to content

Commit

Permalink
lscpu: disable test_hex test
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Feb 8, 2025
1 parent 4fc7653 commit adaf45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/by-util/test_lscpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fn test_invalid_arg() {
}

#[test]
#[ignore = "not yet implemented"]
fn test_hex() {
new_ucmd!().arg("--hex").succeeds().stdout_contains("0x");
}
Expand Down

0 comments on commit adaf45f

Please sign in to comment.