Disable KeynoteKitSwiftUI color bridge tests on visionOS - #87
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
SwiftUI Color.resolve stalls the xrsimulator leg mid-suite and leaves xcodebuild wedged. Skip the suite there with a Testing trait; other platforms still run it. Co-authored-by: Cursor <cursoragent@cursor.com>
leogdion
force-pushed
the
ci-visionos-timeout
branch
from
August 4, 2026 18:39
a581d57 to
6a106dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Platform color bridgessuite on visionOS with a Swift Testing.enabled(if:)trait —SwiftUI.Color.resolve(in:)stalls thexrsimulatorleg mid-suite and leavesxcodebuildwedged (CI: visionOS xcodebuild hangs after tests pass #86).continue-on-errorworkaround; skipping the hanging tests is enough.Why
On visionOS CI the suite starts (
opaque SwiftUI colors…,mid-grey…,a SwiftUI color converts…) and then produces no further output until Actions cancels hours later. Other Apple simulator legs are fine. The AppKit bridges are alreadycanImport-gated and do not run there.Test plan
swift teston macOS — color bridge suite still runs and passesRefs #86