diff --git a/crates/uv/tests/it/build_backend.rs b/crates/uv/tests/it/build_backend.rs index 84fbad7d9571e..23c4e327b0e60 100644 --- a/crates/uv/tests/it/build_backend.rs +++ b/crates/uv/tests/it/build_backend.rs @@ -216,7 +216,7 @@ fn built_by_uv_editable() -> Result<()> { Ok(()) } -#[cfg(unix)] +#[cfg(all(unix, feature = "git"))] #[test] fn preserve_executable_bit() -> Result<()> { use std::io::Write;