mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-17 17:28:58 +00:00
cloud/1.45 e2e has been persistently red from a **finite, enumerated** set of failures, so a *new* regression is invisible and every backport needs an admin-override to merge. This `test.fixme`s exactly those tests so **green = no new breakage**. ## Deterministic — confirm-dialog PrimeVue mask-race cloud/1.45 renders confirm dialogs on legacy PrimeVue (main uses Reka). The mask enter-transition loses a race under cloud/1.45's heavier init → these hang every run. **Real fix: backport the Reka dialog cutover (#12593 chain); then un-fixme.** - `builderSaveFlow`: save-as overwrite-in-place - `keybindingPresets`: delete an imported preset - `dialogs/memberRoleChange`: 5 promote/demote confirm tests ## Flaky on cloud/1.45 (need de-flaking) Pass intermittently; `sharedWorkflowMissingMedia` is byte-identical to main where it's green. - `sidebar/assets-filter`: 3 media-type filter tests - `sharedWorkflowMissingMedia`: import-before-load - `sidebar/assets-output-dedupe`: unique composite key ## Scope - **cloud/1.45 only.** cloud/1.46 + core/1.45 e2e are already **green** (verified latest runs) — no change needed. **core/1.46** has a stale (week-old) failure whose logs expired; tracked separately. - 12 tests, each annotated inline with why + the un-fixme condition. Nothing else touched. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>