From 72d054bf40727f1fd52ac6244abdea8e34ef59b5 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 8 Jan 2021 14:14:13 +0000 Subject: [PATCH] tests: Teporarily disable test_windows_guest_snapshot_restore This test is reliably failing on our CI and we need time to investigate why. See: #2126 Signed-off-by: Rob Bradford --- tests/integration.rs | 2 ++ 1 file changed, 2 insertions(+) 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();