Commit bc1de09
Fix existing broker tests to pretend Apple Silicon
The new Intel-Mac gate reads platform.machine(). Existing tests patch
sys.platform to darwin but ran on x86_64 CI runners, so the gate disabled
the broker and four tests failed. Patch platform.machine() to arm64 so
those Mac scenarios are hardware-independent.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 461a417 commit bc1de09
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
| 1017 | + | |
| 1018 | + | |
1017 | 1019 | | |
1018 | 1020 | | |
1019 | 1021 | | |
| |||
1056 | 1058 | | |
1057 | 1059 | | |
1058 | 1060 | | |
| 1061 | + | |
| 1062 | + | |
1059 | 1063 | | |
1060 | 1064 | | |
1061 | 1065 | | |
| |||
0 commit comments