about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/run.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/run.rs b/src/libcore/run.rs
index 701ab1c59df..2ca0449cb59 100644
--- a/src/libcore/run.rs
+++ b/src/libcore/run.rs
@@ -617,6 +617,7 @@ mod tests {
 
     #[test]
     #[should_fail]
+    #[ignore(cfg(windows))]
     fn waitpid_non_existant_pid() {
         run::waitpid(123456789); // assume that this pid doesn't exist
     }