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) }