diff --git a/tests/integration.rs b/tests/integration.rs index df21434aa..2c91a4eee 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3,6 +3,11 @@ // SPDX-License-Identifier: Apache-2.0 // +// When enabling the `mshv` feature, we skip quite some tests and +// hence have known dead-code. This annotation silences dead-code +// related warnings for our quality workflow to pass. +#![allow(dead_code)] + #[macro_use] extern crate lazy_static;