Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
ignore snapshot test (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinPostma committed Mar 31, 2021
1 parent 7050236 commit d8af4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meilisearch-http/tests/snapshot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use tokio::time::sleep;

use meilisearch_http::Opt;

#[ignore]
#[actix_rt::test]
async fn perform_snapshot() {
let temp = tempfile::tempdir_in(".").unwrap();
Expand Down

0 comments on commit d8af4a7

Please sign in to comment.