Index: sysinfo/tests/process.rs
===================================================================
--- sysinfo.orig/tests/process.rs
+++ sysinfo/tests/process.rs
@@ -1098,6 +1098,7 @@ fn test_exists() {
 
 #[cfg(target_os = "linux")]
 #[test]
+#[ignore = "appears to be flaky, because other processes can appear/disappear during test"]
 fn test_tasks() {
     use std::collections::HashSet;
 
