Skip to content

Commit 0950859

Browse files
committed
Revert "ci: Update Edge wdio headless arguments for stability"
This reverts commit f2d2d4d.
1 parent 021df64 commit 0950859

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
@@ -45,7 +45,7 @@ if (chrome) {
4545
if (edge) {
4646
const args = ["--disable-gpu", "--enable-unsafe-swiftshader"];
4747
if (headless) {
48-
args.push("--headless", "--no-sandbox");
48+
args.push("--headless");
4949
}
5050
capabilities.push({
5151
"wdio:maxInstances": maxInstances,

0 commit comments

Comments
 (0)