Skip to content

Commit

Permalink
misc: comment out fetch_anisette_ssc test
Browse files Browse the repository at this point in the history
  • Loading branch information
polymo1 committed Apr 28, 2024
1 parent 30db4f9 commit 56fadef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions omnisette/src/store_services_core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -446,7 +449,7 @@ mod tests {
provider.provider.get_authentication_headers()?
);
Ok(())
}
} */

#[cfg(feature = "async")]
#[tokio::test]
Expand Down

0 comments on commit 56fadef

Please sign in to comment.