Skip to content

Commit a249ee4

Browse files
get rid of host rules MAP 127 which is the weirdest thing here
1 parent ab476cc commit a249ee4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,6 @@ async function startCompassElectron(
627627
'--log-level=0'
628628
);
629629

630-
chromeArgs.push('--host-rules=MAP * 127.0.0.1');
631-
632630
if (opts.extraSpawnArgs) {
633631
chromeArgs.push(...opts.extraSpawnArgs);
634632
}

0 commit comments

Comments
 (0)