mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Skip interim updates check (no-changelog) (#4536)
⚡ Skip interim updates check
This commit is contained in:
@@ -635,7 +635,7 @@ describe('PATCH /workflows/:id - validate credential permissions to user', () =>
|
||||
});
|
||||
});
|
||||
|
||||
describe('PATCH /workflows/:id - validate interim updates', () => {
|
||||
describe.skip('PATCH /workflows/:id - validate interim updates', () => {
|
||||
it('should block owner updating workflow nodes on interim update by member', async () => {
|
||||
const owner = await testDb.createUser({ globalRole: globalOwnerRole });
|
||||
const member = await testDb.createUser({ globalRole: globalMemberRole });
|
||||
|
||||
Reference in New Issue
Block a user