diff --git a/tests/integration.rs b/tests/integration.rs index 02e899a02..6d4594c91 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -6731,9 +6731,11 @@ mod common_parallel { } mod common_sequential { + #[cfg(not(feature = "mshv"))] use crate::*; #[test] + #[cfg(not(feature = "mshv"))] fn test_memory_mergeable_on() { test_memory_mergeable(true) }