Skip to content

Commit 4275d70

Browse files
committed
Dont' run pagination tests in paralllel
1 parent 084b0af commit 4275d70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/tests/test-variant-console/quotas/pagination.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import { QuotaPage } from '../utils/quota-page';
66
const QUOTAS_TEST_LIMIT = 15;
77

88
test.describe('Quotas - Display 15 quotas', () => {
9+
// don't run in parallel
10+
test.describe.configure({ mode: 'default' });
11+
912
test(`should create ${QUOTAS_TEST_LIMIT} quotas and verify all are visible on the page`, async ({ page }) => {
1013
const quotaPage = new QuotaPage(page);
1114
const timestamp = Date.now();

0 commit comments

Comments
 (0)