From 6e6b519a74936cc36d59706f8b3767097170e32c Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Wed, 12 Oct 2022 17:39:09 -0700 Subject: [PATCH] Revert "tests: Temporarily disable test_live_{migration,upgrade}_watchdog{_local}" This reverts commit 87fb9cedc9d65a8a166d91f06a4e4bb69c8bc318. Signed-off-by: Bo Chen --- tests/integration.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration.rs b/tests/integration.rs index 29262ed33..bf63a3601 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -9302,13 +9302,11 @@ mod live_migration { } #[test] - #[ignore = "See #4749"] fn test_live_migration_watchdog() { _test_live_migration_watchdog(false, false) } #[test] - #[ignore = "See #4749"] fn test_live_migration_watchdog_local() { _test_live_migration_watchdog(false, true) } @@ -9346,13 +9344,11 @@ mod live_migration { } #[test] - #[ignore = "See #4749"] fn test_live_upgrade_watchdog() { _test_live_migration_watchdog(true, false) } #[test] - #[ignore = "See #4749"] fn test_live_upgrade_watchdog_local() { _test_live_migration_watchdog(true, true) }