From 9fdfdf25fb8818ef3aac90e126fe588c846c293d Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 18 Jul 2022 16:18:23 +0100 Subject: [PATCH] tests: Disable test_windows_guest_snapshot_restore for now See: #4327 Signed-off-by: Rob Bradford --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.rs b/tests/integration.rs index 513d1e05f..4215335ab 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -6969,6 +6969,7 @@ mod windows { #[test] #[cfg(not(feature = "mshv"))] + #[ignore = "See #4327"] fn test_windows_guest_snapshot_restore() { let windows_guest = WindowsGuest::new();