From c343bad630f6d7d90587412282b4d5202357f088 Mon Sep 17 00:00:00 2001 From: jawelton74 <103591340+jawelton74@users.noreply.github.com> Date: Wed, 4 Mar 2026 06:05:27 -0800 Subject: [PATCH] Remove chromium from the playwright test matrix. (#2409) --- playwright.config.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 228a9373b..3f22e48a9 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -26,15 +26,6 @@ export default defineConfig({ }, projects: [ - { - name: "chromium", - use: { - ...devices["Desktop Chrome"], - launchOptions: { - args: ["--disable-web-security", "--disable-features=IsolateOrigins,site-per-process"], - }, - }, - }, { name: "firefox", use: {