Skip to content

Commit 28574ec

Browse files
yann300Aniket-Engg
authored andcommitted
rollback
1 parent fc00d7f commit 28574ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/metamask.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const tests = {
305305
}
306306

307307
const branch = process.env.CIRCLE_BRANCH
308-
const runTestsConditions = true // branch && (branch === 'master' || branch === 'remix_live' || branch.includes('remix_beta') || branch.includes('metamask'))
308+
const runTestsConditions = branch && (branch === 'master' || branch === 'remix_live' || branch.includes('remix_beta') || branch.includes('metamask'))
309309

310310
if (!checkBrowserIsChrome(browser)) {
311311
module.exports = {}

0 commit comments

Comments
 (0)