Skip to content

Commit

Permalink
temp disable webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 17, 2023
1 parent 1564df8 commit 1bf490a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 1bf490a

Please sign in to comment.