소스 검색

Removed accidental inclusion of manual btfuse test.

Matthew Carr 1 년 전
부모
커밋
6ba63fb96c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;