test: Fixing flaky/failing workflow action test (#22792)

This commit is contained in:
Declan Carroll
2025-12-05 08:37:55 +00:00
committed by GitHub
parent 54ca0c1abc
commit 3f382a0369

View File

@@ -37,7 +37,8 @@ async function goToWorkflow(n8n: n8nPage, workflowId: string): Promise<void> {
await loadResponsePromise;
}
test.describe('Workflow Actions', () => {
// eslint-disable-next-line playwright/no-skipped-test
test.skip('Workflow Actions', () => {
test.beforeEach(async ({ n8n }) => {
await n8n.start.fromBlankCanvas();
});