Skip to content

Commit

Permalink
Do not report slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Mar 7, 2024
1 parent c509f42 commit 625625b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/woocommerce-blocks/tests/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const config: ExtendedPlaywrightTestConfig = {
testDir: 'tests',
retries: CI ? 2 : 0,
workers: 1,
// Don't report slow test "files", as we're running our tests in serial.
reportSlowTests: null,
reporter: process.env.CI
? [ [ 'github' ], [ 'list' ], [ 'html' ] ]
: 'list',
Expand Down

0 comments on commit 625625b

Please sign in to comment.