mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
fix: Disable mcp-registry broken E2E test (no-changelog) (#30779)
This commit is contained in:
parent
2743f51f32
commit
78e4bcbbdf
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user