Skip to content

Commit 0dade32

Browse files
test(e2e): make device proxy opt-in for fixtures
Co-authored-by: javiergarciavera <javiergarciavera@users.noreply.github.com>
1 parent b921512 commit 0dade32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/framework/fixtures/FixtureHelper.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,7 @@ export async function withFixtures(
510510
skipReactNativeReload = false,
511511
useCommandQueueServer = false,
512512
} = options;
513-
const shouldEnableDeviceNetworkProxy =
514-
enableDeviceNetworkProxy ?? process.env.METAMASK_BUILD_TYPE === 'flask';
513+
const shouldEnableDeviceNetworkProxy = enableDeviceNetworkProxy ?? false;
515514

516515
// Clean up any stale port forwarding from previous failed tests
517516
// This ensures we start with a clean slate on Android

0 commit comments

Comments
 (0)