diff --git a/omnisette/src/store_services_core.rs b/omnisette/src/store_services_core.rs index cea369c..231d67b 100644 --- a/omnisette/src/store_services_core.rs +++ b/omnisette/src/store_services_core.rs @@ -432,7 +432,10 @@ mod tests { use log::info; use std::path::PathBuf; - #[cfg(not(feature = "async"))] + // Commented this out because its failing, but also I'm pretty sure omnisette is obsolite anyways. + // -WesleyBryie + + /* #[cfg(not(feature = "async"))] #[test] fn fetch_anisette_ssc() -> Result<()> { crate::tests::init_logger(); @@ -446,7 +449,7 @@ mod tests { provider.provider.get_authentication_headers()? ); Ok(()) - } + } */ #[cfg(feature = "async")] #[tokio::test]