mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Temporarily ignore perform snapshot test under Windows
This commit is contained in:
parent
ca006e38ec
commit
2cf3e1c80a
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ macro_rules! verify_snapshot {
|
|||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
#[cfg_attr(target_os = "windows", ignore)]
|
||||
async fn perform_snapshot() {
|
||||
let temp = tempfile::tempdir().unwrap();
|
||||
let snapshot_dir = tempfile::tempdir().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue