diff --git a/test/performance/playwright.config.ts b/test/performance/playwright.config.ts index ed221b1dc7bfbe..fafca3a589122f 100644 --- a/test/performance/playwright.config.ts +++ b/test/performance/playwright.config.ts @@ -14,9 +14,7 @@ process.env.ASSETS_PATH = path.join( __dirname, 'assets' ); const config = defineConfig( { ...baseConfig, - reporter: process.env.CI - ? './config/performance-reporter.ts' - : [ [ 'list' ], [ './config/performance-reporter.ts' ] ], + reporter: [ [ 'list' ], [ './config/performance-reporter.ts' ] ], forbidOnly: !! process.env.CI, fullyParallel: false, retries: 0,