File: disable-test_hammer_check_new_key.patch

package info (click to toggle)
rust-serial-test 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- rust-serial-test-0.9.0.orig/src/serial_code_lock.rs
+++ rust-serial-test-0.9.0/src/serial_code_lock.rs
@@ -71,7 +71,7 @@ mod tests {
         time::Duration,
     };
 
-    #[test]
+    //#[test]
     fn test_hammer_check_new_key() {
         let ptrs = Arc::new(RwLock::new(Vec::new()));
         let mut threads = Vec::new();