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:
parent
25db814671
commit
8478570c04
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue