ci: temporarily disable Desktop E2E — red on every PR since Aug 1 engines churn (#76627) - #76629
Merged
Merged
Conversation
…ines churn (#76627) The Playwright suite fails identically on every PR regardless of diff (verified on a Python-only PR and a docs-only PR): the mock-backend Electron window never gets a title, so boot/chat/setup/interim specs all fail; only the dead-backend boot-failure path still passes. Breakage window matches the Aug 1 night engines/npm churn (#76499/#76562/#76575). Gated with 'false &&' in the job condition — delete that to re-enable. Root-fix + re-enable tracked in #76627 (Ari).
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
Temporarily disables the Desktop E2E CI job — it is red on every PR regardless of diff since the Aug 1 night engines/npm churn, blocking the entire merge queue. Root fix + re-enable tracked in #76627 (Ari).
Changes
.github/workflows/ci.yml:e2e-desktop.ifgated withfalse &&(one-line re-enable: delete it). Comment block in the workflow carries the evidence and the tracking issue.Validation
c7b4b4e1Infographic