mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 14:54:27 +01:00
Ingore the dumps v1 test on Windows
This commit is contained in:
parent
44d6f3e7a0
commit
e67673bd12
@ -8,6 +8,7 @@ use crate::common::{default_settings, GetAllDocumentsOptions, Server};
|
|||||||
|
|
||||||
// all the following test are ignored on windows. See #2364
|
// all the following test are ignored on windows. See #2364
|
||||||
#[actix_rt::test]
|
#[actix_rt::test]
|
||||||
|
#[cfg_attr(target_os = "windows", ignore)]
|
||||||
async fn import_dump_v1() {
|
async fn import_dump_v1() {
|
||||||
let temp = tempfile::tempdir().unwrap();
|
let temp = tempfile::tempdir().unwrap();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user