mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
ignore snapshot test (#130)
This commit is contained in:
parent
7050236a93
commit
d8af4a7202
@ -7,6 +7,7 @@ use tokio::time::sleep;
|
|||||||
|
|
||||||
use meilisearch_http::Opt;
|
use meilisearch_http::Opt;
|
||||||
|
|
||||||
|
#[ignore]
|
||||||
#[actix_rt::test]
|
#[actix_rt::test]
|
||||||
async fn perform_snapshot() {
|
async fn perform_snapshot() {
|
||||||
let temp = tempfile::tempdir_in(".").unwrap();
|
let temp = tempfile::tempdir_in(".").unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user