mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Temporarily disable test_live_{migration,upgrade}_watchdog{_local}
This test has been identified as flaky and is creating CI churn. See: #4749 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -9305,11 +9305,13 @@ mod live_migration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore = "See #4749"]
|
||||||
fn test_live_migration_watchdog() {
|
fn test_live_migration_watchdog() {
|
||||||
_test_live_migration_watchdog(false, false)
|
_test_live_migration_watchdog(false, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore = "See #4749"]
|
||||||
fn test_live_migration_watchdog_local() {
|
fn test_live_migration_watchdog_local() {
|
||||||
_test_live_migration_watchdog(false, true)
|
_test_live_migration_watchdog(false, true)
|
||||||
}
|
}
|
||||||
@@ -9347,11 +9349,13 @@ mod live_migration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore = "See #4749"]
|
||||||
fn test_live_upgrade_watchdog() {
|
fn test_live_upgrade_watchdog() {
|
||||||
_test_live_migration_watchdog(true, false)
|
_test_live_migration_watchdog(true, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore = "See #4749"]
|
||||||
fn test_live_upgrade_watchdog_local() {
|
fn test_live_upgrade_watchdog_local() {
|
||||||
_test_live_migration_watchdog(true, true)
|
_test_live_migration_watchdog(true, true)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user