diff --git a/playwright.config.ts b/playwright.config.ts index 9e8b74723..096fb5868 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -95,13 +95,13 @@ const config: PlaywrightTestConfig = { }, }, }, - - { - name: 'webkit', - use: { - ...devices['Desktop Safari'], - }, - }, + // Disabling WebKit for v0.78, it's flakey and updating to the latest Playwright would require updating all the snapshots and reverifying them + // { + // name: 'webkit', + // use: { + // ...devices['Desktop Safari'], + // }, + // }, ], };