skip size

This commit is contained in:
2024-08-27 13:26:04 +02:00
parent b5590bb5ef
commit 9527a499ed
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ const config: PlaywrightTestConfig = {
outputDir: './test-results',
testDir: './test',
timeout: 30_000,
fullyParallel: true,
retries: 2,
webServer: {