mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
ci: Skip non isolated tests (#28615)
Some checks are pending
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
Some checks are pending
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
This commit is contained in:
parent
51bc71e897
commit
ef4bfbfe94
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import { test, expect } from '../../../fixtures/base';
|
|||
|
||||
test.use({ capability: { env: { TEST_ISOLATION: 'node-creator-categories' } } });
|
||||
|
||||
test.describe(
|
||||
test.skip(
|
||||
'Node Creator Categories',
|
||||
{
|
||||
annotation: [{ type: 'owner', description: 'Adore' }],
|
||||
|
|
@ -87,7 +87,7 @@ test.describe(
|
|||
await n8n.canvas.nodeCreator.open();
|
||||
await n8n.canvas.nodeCreator.searchFor('Customer Datastore (n8n training)');
|
||||
await n8n.canvas.nodeCreator.selectItem('Customer Datastore (n8n training)');
|
||||
|
||||
await n8n.page.pause();
|
||||
await expect(n8n.canvas.nodeCreator.getActivationCallout()).toBeVisible();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue