mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Disable flaky test_live_migration_tcp_timeout_cancel()
This test flakes out regularly and never succeeds on retry (as it is more likely to fail under the reduced load of the retry) See: #8651 Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -7581,6 +7581,7 @@ mod common_parallel {
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))]
|
||||
#[ignore = "See #8651"]
|
||||
fn test_live_migration_tcp_timeout_cancel() {
|
||||
_test_live_migration_tcp_timeout(TimeoutStrategy::Cancel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user