From 84cf0f152f56e2d76f4481e6417fa8abba57f71d Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 10 Aug 2023 14:20:08 -0500 Subject: [PATCH] chore: remove old comment from playwright config (#27973) Issue number: # --------- ## What is the current behavior? Shawn noted that I had an outdated comment in the `playwright.config.ts` file when working on https://github.com/ionic-team/ionic-framework/pull/27961: https://github.com/ionic-team/ionic-framework/pull/27961#pullrequestreview-1572374939 ## What is the new behavior? - Remove the old comment ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- core/playwright.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/playwright.config.ts b/core/playwright.config.ts index 24aa0b28ae..1fa886c512 100644 --- a/core/playwright.config.ts +++ b/core/playwright.config.ts @@ -62,7 +62,6 @@ const config: PlaywrightTestConfig = { }, /* Fail the build on CI if you accidentally left test.only in the source code. */ forbidOnly: !!process.env.CI, - /* Fail fast on CI */ maxFailures: 0, retries: 2, reportSlowTests: null,