From 4d02a2411d56908ef3cc9ede63f0660a24f74da4 Mon Sep 17 00:00:00 2001 From: Erik Taubeneck Date: Fri, 20 Sep 2024 12:54:23 -0700 Subject: [PATCH] add another cfg flag --- ipa-core/tests/hybrid.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipa-core/tests/hybrid.rs b/ipa-core/tests/hybrid.rs index 921f61985..26af0919d 100644 --- a/ipa-core/tests/hybrid.rs +++ b/ipa-core/tests/hybrid.rs @@ -2,7 +2,7 @@ #[allow(dead_code)] mod common; -#[cfg(all(test, feature = "cli"))] +#[cfg(all(test, feature = "cli", feature = "test-fixture"))] mod tests { use std::process::{Command, Stdio};