lscpu: disable test_hex test

This commit is contained in:
Daniel Hofstetter 2025-02-06 16:09:52 +01:00
parent 4fc7653e84
commit adaf45f9a2

@ -11,6 +11,7 @@ fn test_invalid_arg() {
}
#[test]
#[ignore = "not yet implemented"]
fn test_hex() {
new_ucmd!().arg("--hex").succeeds().stdout_contains("0x");
}