diff --git a/crates/uv/tests/pip_sync.rs b/crates/uv/tests/pip_sync.rs index fb18eb0d4..fa14e2df5 100644 --- a/crates/uv/tests/pip_sync.rs +++ b/crates/uv/tests/pip_sync.rs @@ -3036,6 +3036,7 @@ fn compile() -> Result<()> { /// Test that the `PYC_INVALIDATION_MODE` option is recognized and that the error handling works. #[test] +#[cfg_attr(macos, ignore = "The bytecode trace is spuriously different on macOS")] fn compile_invalid_pyc_invalidation_mode() -> Result<()> { let context = TestContext::new("3.12");