ignore snapshot test (#130)

This commit is contained in:
Marin Postma 2021-03-31 20:07:40 +02:00
parent 7050236a93
commit d8af4a7202
No known key found for this signature in database
GPG Key ID: D5241F0C0C865F30

View File

@ -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();