Ingore the dumps v1 test on Windows

This commit is contained in:
Clément Renault 2022-10-27 14:34:45 +02:00
parent 44d6f3e7a0
commit e67673bd12
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -8,6 +8,7 @@ use crate::common::{default_settings, GetAllDocumentsOptions, Server};
// all the following test are ignored on windows. See #2364
#[actix_rt::test]
#[cfg_attr(target_os = "windows", ignore)]
async fn import_dump_v1() {
let temp = tempfile::tempdir().unwrap();