Procházet zdrojové kódy

Removed accidental inclusion of manual btfuse test.

Matthew Carr před 1 rokem
rodič
revize
6ba63fb96c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      crates/btfuse/src/main.rs

+ 1 - 1
crates/btfuse/src/main.rs

@@ -418,7 +418,7 @@ mod test {
 
     /// Creates a new file system and mounts it at `/tmp/btfuse.<random>/mnt` so it can be
     /// tested manually.
-    #[tokio::test]
+    //#[tokio::test]
     #[allow(dead_code)]
     async fn manual_test() {
         let mut case = new_local().await;