disable flaky test

This commit is contained in:
cupcakearmy 2022-10-07 21:16:25 +02:00
parent 78288312bc
commit 8d14cea9d2
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ const config: PlaywrightTestConfig = {
outputDir: './test-results',
testDir: './test',
timeout: 60_000,
testIgnore: ['file/too-big.spec.ts'],
webServer: {
command: 'pnpm run test:server',