Skip to content

Commit

Permalink
Revert "misc: comment out fetch_anisette_ssc test"
Browse files Browse the repository at this point in the history
This reverts commit 56fadef.
  • Loading branch information
polymo1 committed Apr 28, 2024
1 parent 56fadef commit 5d4c4a3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions omnisette/src/store_services_core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,7 @@ mod tests {
use log::info;
use std::path::PathBuf;

// Commented this out because its failing, but also I'm pretty sure omnisette is obsolite anyways.
// -WesleyBryie

/* #[cfg(not(feature = "async"))]
#[cfg(not(feature = "async"))]
#[test]
fn fetch_anisette_ssc() -> Result<()> {
crate::tests::init_logger();
Expand All @@ -449,7 +446,7 @@ mod tests {
provider.provider.get_authentication_headers()?
);
Ok(())
} */
}

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

0 comments on commit 5d4c4a3

Please sign in to comment.