diff --git a/tests/integration.rs b/tests/integration.rs index e81b16baa..d15d0d3c7 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -5617,7 +5617,9 @@ mod tests { handle_child_output(r, &output); } + // See #2126 #[test] + #[ignore] fn test_windows_guest_snapshot_restore() { let tmp_dir = TempDir::new("ch").unwrap(); let mut workload_path = dirs::home_dir().unwrap();