mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
tests: Temporarily disable test_watchdog on aarch64
This test is very flaky and regularly causing CI failures. Until we can identify the root cause we should disable this test. See: #2103 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
ef12216c19
commit
49b49421d0
@ -5374,7 +5374,9 @@ mod tests {
|
||||
handle_child_output(r, &output);
|
||||
}
|
||||
|
||||
// Temporarily limited to x86_64 - see #2103
|
||||
#[test]
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
fn test_watchdog() {
|
||||
let mut focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());
|
||||
let guest = Guest::new(&mut focal);
|
||||
|
Loading…
Reference in New Issue
Block a user