mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Setup code-coverage reporting (no-changelog) (#5669)
This commit is contained in:
committed by
GitHub
parent
5f238ea641
commit
3831201aaf
@@ -26,7 +26,7 @@ afterAll(async () => {
|
||||
await testDb.terminate();
|
||||
});
|
||||
|
||||
test('user-management:reset should reset DB to default user state', async () => {
|
||||
test.skip('user-management:reset should reset DB to default user state', async () => {
|
||||
await testDb.createUser({ globalRole: globalOwnerRole });
|
||||
|
||||
await Reset.run();
|
||||
|
||||
Reference in New Issue
Block a user