Skip a snapshot test on Windows

This commit is contained in:
Kerollmops 2025-03-03 10:09:07 +01:00
parent c63c25a9a2
commit 0cfc9261ba
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -111,6 +111,7 @@ async fn perform_snapshot() {
}
#[actix_rt::test]
#[cfg_attr(target_os = "windows", ignore)]
async fn perform_on_demand_snapshot() {
let temp = tempfile::tempdir().unwrap();
let snapshot_dir = tempfile::tempdir().unwrap();