refactor(core): Skip interim updates check (no-changelog) (#4536)

 Skip interim updates check
This commit is contained in:
Iván Ovejero
2022-11-07 17:33:35 +01:00
committed by GitHub
parent 1c98f97e9e
commit 157e8e0cc8
2 changed files with 8 additions and 8 deletions

View File

@@ -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 });