File: ignore-flaky-tests.diff

package info (click to toggle)
rust-sysinfo 0.37.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,264 kB
  • sloc: ansic: 158; makefile: 27
file content (12 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
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;