Index: cargo-config2/tests/test.rs
===================================================================
--- cargo-config2.orig/tests/test.rs
+++ cargo-config2/tests/test.rs
@@ -3,7 +3,7 @@
 use std::{collections::HashMap, path::Path, str};
 
 use anyhow::{Context as _, Result};
-use build_info::TARGET;
+//use build_info::TARGET;
 use cargo_config2::*;
 
 fn test_options() -> ResolveOptions {
@@ -259,7 +259,7 @@ fn cargo_config_json() {
     let _config = de(&fixtures_path().join("reference")).unwrap();
 }
 
-#[test]
+/*#[test]
 fn test_cargo_behavior() -> Result<()> {
     let (_tmp, root) = test_project("empty").unwrap();
     let dir = &root;
@@ -290,7 +290,7 @@ fn test_cargo_behavior() -> Result<()> {
     assert!(stderr.contains("--cfg b"), "actual:\n---\n{stderr}\n---\n");
 
     Ok(())
-}
+}*/
 
 use helper::*;
 mod helper {
