diff --git a/ethers-solc/src/compile/mod.rs b/ethers-solc/src/compile/mod.rs index e3bbddb8d..2cc7324d2 100644 --- a/ethers-solc/src/compile/mod.rs +++ b/ethers-solc/src/compile/mod.rs @@ -783,9 +783,9 @@ mod tests { #[test] #[cfg(feature = "full")] fn test_find_installed_version_path() { - // this test does not take the lock by default, so we need to manually - // add it here. - let _lock = LOCK.lock(); + // // this test does not take the lock by default, so we need to manually + // // add it here. + // let _lock = LOCK.lock(); let ver = "0.8.6"; let version = Version::from_str(ver).unwrap(); if utils::installed_versions(svm::SVM_HOME.as_path())