Remove chromium from the playwright test matrix. (#2409)

This commit is contained in:
jawelton74
2026-03-04 06:05:27 -08:00
committed by GitHub
parent 9579d1270b
commit c343bad630

View File

@@ -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: {