mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Both tests intermittently report WEDGED because the villain harness can lose the guest verdict marker when the VM exits before the VMM drains the console virtqueue, so the host reads a console with no marker under load. This is a harness race, not a CH defect, and it lands on a random test each run. Exclude the two most affected until the harness drains the console on shutdown. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>