chore: temporarily disable unstable test

This commit is contained in:
DarkSky
2023-02-07 01:42:40 +08:00
parent e397fe09c7
commit b0bbe0eff3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const config: PlaywrightTestConfig = {
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
retries: process.env.CI ? 3 : 0,
workers: process.env.CI ? '100%' : undefined,
webServer: {