Remove sandbox entitlement to allow tests to run on big sur.#92065
Remove sandbox entitlement to allow tests to run on big sur.#92065fluttergithubbot merged 1 commit intoflutter:masterfrom godofredoc:fix_mac_m1_test
Conversation
The mac application was not allowed to run over ssh. This made the tests fail when running from automation. Bug: #85654
|
I'd rather not remove the sandbox since all our desktop apps should be running from a sandbox. https://flutter.googlesource.com/recipes/+/refs/heads/main/recipe_modules/flutter_deps/api.py#459 The ability to stop using those iOS certs on macOS would also allow us to fix #90892. |
jmagman
left a comment
There was a problem hiding this comment.
I'd rather not remove the sandbox since all our desktop apps should be running from a sandbox. Can we instead stop passing in the codesigning overrides to the macOS test builders?
@godofredoc tried this and it didn't work in #85654 (comment)
Not sure what else to try, I'd rather have this test run than worry about the sandbox.
LGTM, thanks for the investigation, @godofredoc!
The mac application was not allowed to run over ssh. This made the tests
fail when running from automation.
Bug: #85654
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.