mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
uniq: Disable one of the gnu test for failing too often
See: https://github.com/uutils/coreutils/issues/3509
This commit is contained in:
parent
ae580cd54a
commit
7d8b1de213
1 changed files with 4 additions and 1 deletions
|
@ -680,6 +680,9 @@ fn gnu_tests() {
|
||||||
stderr: None,
|
stderr: None,
|
||||||
exit: None,
|
exit: None,
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
|
Disable as it fails too often. See:
|
||||||
|
https://github.com/uutils/coreutils/issues/3509
|
||||||
TestCase {
|
TestCase {
|
||||||
name: "112",
|
name: "112",
|
||||||
args: &["-D", "-c"],
|
args: &["-D", "-c"],
|
||||||
|
@ -687,7 +690,7 @@ fn gnu_tests() {
|
||||||
stdout: Some(""),
|
stdout: Some(""),
|
||||||
stderr: Some("uniq: printing all duplicated lines and repeat counts is meaningless"),
|
stderr: Some("uniq: printing all duplicated lines and repeat counts is meaningless"),
|
||||||
exit: Some(1),
|
exit: Some(1),
|
||||||
},
|
},*/
|
||||||
TestCase {
|
TestCase {
|
||||||
name: "113",
|
name: "113",
|
||||||
args: &["--all-repeated=separate"],
|
args: &["--all-repeated=separate"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue