File: disable-oversensitive-test

package info (click to toggle)
rust-ognibuild 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,452 kB
  • sloc: makefile: 17
file content (16 lines) | stat: -rw-r--r-- 510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: ognibuild/src/session/plain.rs
===================================================================
--- ognibuild.orig/src/session/plain.rs
+++ ognibuild/src/session/plain.rs
@@ -219,9 +219,9 @@ impl Session for PlainSession {
 
-    #[test]
+    /*#[test]
     fn test_prepend_user() {
         let session = PlainSession::new();
         let args = vec!["ls"];
         let args = session.prepend_user(Some("root"), args);
         assert_eq!(args, vec!["sudo", "-u", "root", "ls"]);
-    }
+    }*/