diff --git a/controller/src/filedatabase.rs b/controller/src/filedatabase.rs index 40212fa43..ca1033794 100644 --- a/controller/src/filedatabase.rs +++ b/controller/src/filedatabase.rs @@ -402,6 +402,7 @@ mod tests { #[allow(unused_imports)] use super::*; + #[allow(unused)] #[test] fn test_db() { if let Ok(tokio_runtime) = zerotier_utils::tokio::runtime::Builder::new_current_thread().enable_all().build() {