Skip to content

Commit bb4001b

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

frontend/tests/test-variant-console/playwright.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ const config = defineConfig({
7474
...devices['Desktop Chrome'],
7575
permissions: ['clipboard-read', 'clipboard-write'],
7676
},
77+
testIgnore: '**/quotas/pagination.spec.ts',
78+
},
79+
// Isolated project for quota pagination tests (avoid RPK conflicts)
80+
{
81+
name: 'quotas-isolated',
82+
testMatch: '**/quotas/pagination.spec.ts',
83+
workers: 1,
84+
use: {
85+
...devices['Desktop Chrome'],
86+
permissions: ['clipboard-read', 'clipboard-write'],
87+
},
7788
},
7889
],
7990
});

0 commit comments

Comments
 (0)