diff --git a/src/test/run-pass/pipe-detect-term.rs b/src/test/run-pass/pipe-detect-term.rs index 167d81ad8b3..633be6972d0 100644 --- a/src/test/run-pass/pipe-detect-term.rs +++ b/src/test/run-pass/pipe-detect-term.rs @@ -1,6 +1,7 @@ // Make sure that we can detect when one end of the pipe is closed. // xfail-pretty +// xfail-win32 use std; import std::timer::sleep;