ci: Forbid skipping tests (no-changelog) (#6199)

This commit is contained in:
Iván Ovejero
2023-05-24 09:45:37 +02:00
committed by GitHub
parent e046f656fe
commit fe937a0ee3
5 changed files with 48 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ afterAll(async () => {
await testDb.terminate();
});
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
test.skip('user-management:reset should reset DB to default user state', async () => {
await testDb.createUser({ globalRole: globalOwnerRole });