Skip to content

Commit

Permalink
chore: disable extra browsers again
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 15, 2023
1 parent 05ead8b commit b7b4be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/wasm/web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const reporter = process.env.CI ? summaryReporter() : defaultReporter();
export default {
browsers: [
playwrightLauncher({ product: "chromium" }),
playwrightLauncher({ product: "webkit" }),
playwrightLauncher({ product: "firefox" }),
// playwrightLauncher({ product: "webkit" }),
// playwrightLauncher({ product: "firefox" }),
],
plugins: [
esbuildPlugin({
Expand Down

0 comments on commit b7b4be7

Please sign in to comment.