diff --git a/tests/integration.rs b/tests/integration.rs index 7e31163da..a3a38e0a3 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -5357,9 +5357,7 @@ 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);