Browse Source

no cargo install

Jonathan Kelley 4 tháng trước cách đây
mục cha
commit
411d4e58d0
1 tập tin đã thay đổi với 9 bổ sung9 xóa
  1. 9 9
      packages/cli/src/wasm_bindgen.rs

+ 9 - 9
packages/cli/src/wasm_bindgen.rs

@@ -447,15 +447,15 @@ mod test {
         verify_installation(&binary).await;
     }
 
-    /// Test the cargo installer.
-    #[tokio::test]
-    async fn test_cargo_install() {
-        let binary = WasmBindgen::new(VERSION);
-        reset_test().await;
-        binary.install_cargo().await.unwrap();
-        test_verify_install().await;
-        verify_installation(&binary).await;
-    }
+    // /// Test the cargo installer.
+    // #[tokio::test]
+    // async fn test_cargo_install() {
+    //     let binary = WasmBindgen::new(VERSION);
+    //     reset_test().await;
+    //     binary.install_cargo().await.unwrap();
+    //     test_verify_install().await;
+    //     verify_installation(&binary).await;
+    // }
 
     // CI doesn't have binstall.
     // Test the binstall installer