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:
Rob Bradford
2026-07-29 10:39:53 +01:00
parent d57c996485
commit 9b7ca3be18

View File

@@ -7581,6 +7581,7 @@ mod common_parallel {
#[test] #[test]
#[cfg(not(feature = "mshv"))] #[cfg(not(feature = "mshv"))]
#[ignore = "See #8651"]
fn test_live_migration_tcp_timeout_cancel() { fn test_live_migration_tcp_timeout_cancel() {
_test_live_migration_tcp_timeout(TimeoutStrategy::Cancel); _test_live_migration_tcp_timeout(TimeoutStrategy::Cancel);
} }