Tests: skip ios-team-id on Windows#32602
Conversation
Greptile SummaryThis PR skips the two macOS-specific shell-script execution tests in
Confidence Score: 5/5
Last reviewed commit: 5b7e90d |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 440ed1e963
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
Please don't make PRs for test failures on main. The team is aware of those and will handle them directly on the codebase, not only fixing the tests but also investigating what the root cause is. Having to sift through test-fix-PRs (including some that have been out of date for weeks...) on top of that doesn't help. There are already way too many PRs for humans to manage; please don't make the flood worse. Thank you. |
Summary
Describe the problem and fix in 2–5 bullets:
test/scripts/ios-team-id.test.tsexecutes a macOS-only bash script and fails on Windows.win32.Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
None.
Security Impact (required)
Repro + Verification
Environment
Steps
pnpm test test/scripts/ios-team-id.test.tson Windows.Expected
Actual
EPERMwhen invokingnode.exe --version).Evidence
Attach at least one:
Human Verification (required)
What you personally verified (not just CI), and how:
EPERMwhen invokingnode.exe --version.Compatibility / Migration
Failure Recovery (if this breaks)
test/scripts/ios-team-id.test.ts.Risks and Mitigations
None.