Skip to content

Commit 5ec8cdd

Browse files
committed
Revert "ci: Update Edge wdio headless arguments for stability"
This reverts commit f2d2d4d.
1 parent e07f7a6 commit 5ec8cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/packages/selfhosted/wdio.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (chrome) {
3434
if (edge) {
3535
const args = ["--disable-gpu", "--enable-unsafe-swiftshader"];
3636
if (headless) {
37-
args.push("--headless", "--no-sandbox");
37+
args.push("--headless");
3838
}
3939
capabilities.push({
4040
"wdio:maxInstances": maxInstances,

0 commit comments

Comments
 (0)