mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:35:41 +00:00
test: run tests serially
This commit is contained in:
@@ -4,7 +4,7 @@ import setup, { unsetup } from '../../../setup';
|
||||
import { isEE } from '../../../setup/db';
|
||||
import { AccountSetupPage } from '../../../pages/Account/Setup';
|
||||
|
||||
test.describe('App setup', () => {
|
||||
test.describe.serial('App setup', () => {
|
||||
// Org level roles are not available in EE
|
||||
if (isEE()) {
|
||||
test.skip();
|
||||
|
||||
Reference in New Issue
Block a user