1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Disable test_when_piped_input_then_no_broken_pipe by default

It is blocking the executions of the tests and I suspect it is breaking android
This commit is contained in:
Sylvestre Ledru 2022-10-04 10:14:43 +02:00
parent 25db814671
commit 8478570c04

View file

@ -1843,6 +1843,7 @@ mod tests {
// should fail with any command that takes piped input. // should fail with any command that takes piped input.
// See also https://github.com/uutils/coreutils/issues/3895 // See also https://github.com/uutils/coreutils/issues/3895
#[test] #[test]
#[cfg_attr(not(feature = "expensive_tests"), ignore)]
fn test_when_piped_input_then_no_broken_pipe() { fn test_when_piped_input_then_no_broken_pipe() {
let ts = TestScenario::new("tail"); let ts = TestScenario::new("tail");
for i in 0..10000 { for i in 0..10000 {