Skip to content

Commit 48731d8

Browse files
commented chrome args 127001
1 parent 000312d commit 48731d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/compass-e2e-tests/helpers/compass.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,10 @@ async function startCompassElectron(
617617
'--log-level=0'
618618
);
619619

620+
// chromeArgs.push(
621+
// '--host-rules=MAP * 127.0.0.1',
622+
// );
623+
620624
if (opts.extraSpawnArgs) {
621625
chromeArgs.push(...opts.extraSpawnArgs);
622626
}

0 commit comments

Comments
 (0)