We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b921512 commit 0dade32Copy full SHA for 0dade32
tests/framework/fixtures/FixtureHelper.ts
@@ -510,8 +510,7 @@ export async function withFixtures(
510
skipReactNativeReload = false,
511
useCommandQueueServer = false,
512
} = options;
513
- const shouldEnableDeviceNetworkProxy =
514
- enableDeviceNetworkProxy ?? process.env.METAMASK_BUILD_TYPE === 'flask';
+ const shouldEnableDeviceNetworkProxy = enableDeviceNetworkProxy ?? false;
515
516
// Clean up any stale port forwarding from previous failed tests
517
// This ensures we start with a clean slate on Android
0 commit comments