Skip to content

Commit dd3d13c

Browse files
chore(runway): cherry-pick fix: added the pre-release to exclusion for this isTest (#15762)
- fix: added the pre-release to exclusion for this isTest (#15759)
1 parent a0cecd8 commit dd3d13c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/util/test/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const E2E_METAMETRICS_TRACK_URL = 'https://metametrics.test/track';
1111
/**
1212
* TODO: Update this condition once we change E2E builds to use release instead of debug
1313
*/
14-
export const isTest = process.env.METAMASK_ENVIRONMENT !== 'production';
14+
export const isTest = process.env.METAMASK_ENVIRONMENT !== 'production' && process.env.METAMASK_ENVIRONMENT !== 'pre-release';
1515
export const isE2E = process.env.IS_TEST === 'true';
1616
export const enableApiCallLogs = process.env.LOG_API_CALLS === 'true';
1717
export const getFixturesServerPortInApp = () =>

0 commit comments

Comments
 (0)