mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
ignore dump test on windows
This commit is contained in:
parent
1425d62a31
commit
97daea5a66
@ -607,6 +607,7 @@ async fn import_dump_v4_rubygems_with_settings() {
|
||||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
#[cfg_attr(target_os = "windows", ignore)]
|
||||
async fn import_dump_v5() {
|
||||
let temp = tempfile::tempdir().unwrap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user