nono: skip broken tests on darwin

This commit is contained in:
Sebastian Kowalak
2026-07-16 13:42:29 +02:00
parent f56e0dab27
commit cc04ca75c2
+8
View File
@@ -128,6 +128,14 @@ rustPlatform.buildRustPackage (finalAttrs: {
"environment_allow_vars_default_allows_all"
"environment_allow_vars_prefix_patterns"
"environment_allow_vars_with_profile"
"tool_sandbox::macos::tests::executable_shape_baseline_grants_env_shebang_target_interpreter"
"tool_sandbox::macos::tests::macos_runtime_baseline_does_not_grant_system_volumes_data"
"env_nono_capability_elevation_accepts_truthy"
"env_nono_trust_override_accepts_truthy"
"env_nono_trust_proxy_ca_accepts_truthy"
"dry_run_does_not_modify_workspace"
"rollback_restores_file_after_write"
]
);