Index: ognibuild/src/session/plain.rs
===================================================================
--- ognibuild.orig/src/session/plain.rs
+++ ognibuild/src/session/plain.rs
@@ -217,13 +217,13 @@ impl Session for PlainSession {
 mod tests {
     use super::*;
 
-    #[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"]);
-    }
+    }*/
 
     #[test]
     fn test_prepend_user_no_user() {
