diff --git a/tests/integration.rs b/tests/integration.rs index 8e83686f1..04ba56384 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -6277,11 +6277,13 @@ mod common_parallel { } #[test] + #[cfg_attr(target_arch = "aarch64", ignore = "See #5443")] fn test_macvtap() { _test_macvtap(false, "guestmacvtap0", "hostmacvtap0") } #[test] + #[cfg_attr(target_arch = "aarch64", ignore = "See #5443")] fn test_macvtap_hotplug() { _test_macvtap(true, "guestmacvtap1", "hostmacvtap1") }