Skip to content

Commit a2d52db

Browse files
Merge pull request #1338 from oriontech-me/chore/quarantine-1336-auto-save-off
chore(flow-functionality): quarantine the auto-save-off spec as a recurrent flake (#1336)
2 parents 1e44212 + 3c67f41 commit a2d52db

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

tests/tests-automations/regression/flow-functionality/auto-save-off.spec.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ async function reopenNewFlow(page: Page): Promise<void> {
5656
.click({ timeout: 45000 });
5757
}
5858

59-
test(
59+
// Quarantined: recurrent flake on the daily (2026-07-22, 2026-08-06, same
60+
// signature) — reopening the just-created flow through its
61+
// `list-card-open-button` times out at 45 s. Tracked in #1336; lifting the
62+
// quarantine (remove `test.fixme` + restore `@stable`) is a deliverable there.
63+
test.fixme(
6064
"user should be able to manually save a flow when the auto_save is off",
61-
{ tag: ["@stable", "@release", "@api", "@database", "@components"] },
65+
{ tag: ["@release", "@api", "@database", "@components"] },
6266
async ({ page }) => {
6367
trackCreatedFlows(page);
6468

0 commit comments

Comments
 (0)