From 19f7bbc7d4417bd36cf5fb937ea1f755d38e2d27 Mon Sep 17 00:00:00 2001 From: Svetoslav Dekov Date: Mon, 18 May 2026 17:55:12 +0300 Subject: [PATCH] chore(editor): Mark workflow setup parameter issue test as fixme (no-changelog) (#30645) Co-authored-by: Claude Opus 4.7 (1M context) --- .../tests/e2e/instance-ai/instance-ai-workflow-setup.spec.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/testing/playwright/tests/e2e/instance-ai/instance-ai-workflow-setup.spec.ts b/packages/testing/playwright/tests/e2e/instance-ai/instance-ai-workflow-setup.spec.ts index 2e30cd9c368..8eb82989cb7 100644 --- a/packages/testing/playwright/tests/e2e/instance-ai/instance-ai-workflow-setup.spec.ts +++ b/packages/testing/playwright/tests/e2e/instance-ai/instance-ai-workflow-setup.spec.ts @@ -774,6 +774,10 @@ test.describe( test('should clear required parameter issue indicator when the field is filled', async ({ n8n, }) => { + test.fixme( + true, + 'Broken by ParameterInput node-resolution refactor in #30219 — issues are computed against the global workflow document store node instead of the wizard displayNode.', + ); await n8n.api.workflows.createWorkflow( createParameterOnlyWorkflow(PARAMETER_ISSUE_WORKFLOW_NAME), );