fix: Disable mcp-registry broken E2E test (no-changelog) (#30779)

This commit is contained in:
RomanDavydchuk 2026-05-20 11:47:14 +03:00 committed by GitHub
parent 2743f51f32
commit 78e4bcbbdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,12 @@ test.describe(
annotation: [{ type: 'owner', description: 'AI' }],
},
() => {
test('exposes Notion MCP as a tool with hidden connection fields', async ({ n8n, api }) => {
// NODE-5089 - ticket to fix and enable this test again
// eslint-disable-next-line playwright/no-skipped-test
test.skip('exposes Notion MCP as a tool with hidden connection fields', async ({
n8n,
api,
}) => {
await api.seedMcpRegistry();
await n8n.start.fromBlankCanvas();