From 1bf490aed0f90666fddc3f3023ae6f5d0fb03f36 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 17 Nov 2023 13:48:45 -0500 Subject: [PATCH] temp disable webkit --- web-test-runner.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 => `