disable flaky test

This commit is contained in:
2022-10-07 21:16:25 +02:00
parent 78288312bc
commit 8d14cea9d2

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',