Browse Source

test: temporarily disable remove user test

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test/skip-remove-user-test
Raju Udava 4 months ago
parent
commit
038089cee3
  1. 2
      tests/playwright/tests/db/usersAccounts/accountUserManagement.spec.ts

2
tests/playwright/tests/db/usersAccounts/accountUserManagement.spec.ts

@ -15,7 +15,7 @@ const roleDb = [
{ email: `org_viewer_@nocodb.com`, role: 'Organization Level Viewer', url: '' },
];
test.describe('User roles', () => {
test.describe.skip('User roles', () => {
// Org level roles are not available in EE
if (isEE()) {
test.skip();

Loading…
Cancel
Save