Ignore compile_invalid_pyc_invalidation_mode on macOS (#4305)

## Summary

This keeps failing in CI.
This commit is contained in:
Charlie Marsh 2024-06-13 07:08:28 -07:00 committed by GitHub
parent 0fda89cd4d
commit b1bf7f0524
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3214,6 +3214,7 @@ fn compile() -> Result<()> {
/// Test that the `PYC_INVALIDATION_MODE` option is recognized and that the error handling works. /// Test that the `PYC_INVALIDATION_MODE` option is recognized and that the error handling works.
#[test] #[test]
#[cfg_attr(target_os = "macos", ignore = "Fails spuriously on macOS")]
fn compile_invalid_pyc_invalidation_mode() -> Result<()> { fn compile_invalid_pyc_invalidation_mode() -> Result<()> {
let context = TestContext::new("3.12"); let context = TestContext::new("3.12");