mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 22:38:56 +08:00
chore: temporarily disable unstable test
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user