temp disable webkit

This commit is contained in:
Cory LaViska
2023-11-17 13:48:45 -05:00
parent 1564df829b
commit 1bf490aed0

View File

@@ -21,8 +21,8 @@ export default {
],
browsers: [
playwrightLauncher({ product: 'chromium' }),
playwrightLauncher({ product: 'firefox' }),
playwrightLauncher({ product: 'webkit' })
playwrightLauncher({ product: 'firefox' })
// playwrightLauncher({ product: 'webkit' }) // all tests currently fail on macOS Sonoma.
],
testRunnerHtml: testFramework => `
<html lang="en-US">