diff --git a/web-test-runner.config.js b/web-test-runner.config.js index 668b3b61..be597272 100644 --- a/web-test-runner.config.js +++ b/web-test-runner.config.js @@ -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 => `