Skip a snapshot test on Windows
This commit is contained in:
parent
c63c25a9a2
commit
0cfc9261ba
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue