mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
ignore test_should_calculate_implicit_padding_per_free_argument
Fails from time to time with ``` ---- test_numfmt::test_should_calculate_implicit_padding_per_free_argument stdout ---- current_directory_resolved: run: /target/x86_64-unknown-linux-musl/debug/coreutils numfmt --from=auto 1Ki 2K thread 'test_numfmt::test_should_calculate_implicit_padding_per_free_argument' panicked at 'failed to write to stdin of child: Broken pipe (os error 32)', tests/common/util.rs:859:21 ```
This commit is contained in:
parent
4aaeede3d8
commit
95092e6440
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ fn test_leading_whitespace_in_free_argument_should_imply_padding() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn test_should_calculate_implicit_padding_per_free_argument() {
|
fn test_should_calculate_implicit_padding_per_free_argument() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.args(&["--from=auto", " 1Ki", " 2K"])
|
.args(&["--from=auto", " 1Ki", " 2K"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue