From df522cf12c49f35f2cfd14671cc36414baa28878 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Fri, 8 Jan 2021 16:45:26 +0100 Subject: [PATCH] ci: Re-enable test_windows_guest_snapshot_restore This reverts commit 72d054bf40727f1fd52ac6244abdea8e34ef59b5. Signed-off-by: Sebastien Boeuf --- tests/integration.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration.rs b/tests/integration.rs index a3a38e0a3..dab18a50f 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -5615,9 +5615,7 @@ 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();