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 fc00d7f commit 28574ecCopy full SHA for 28574ec
apps/remix-ide-e2e/src/tests/metamask.test.ts
@@ -305,7 +305,7 @@ const tests = {
305
}
306
307
const branch = process.env.CIRCLE_BRANCH
308
-const runTestsConditions = true // branch && (branch === 'master' || branch === 'remix_live' || branch.includes('remix_beta') || branch.includes('metamask'))
+const runTestsConditions = branch && (branch === 'master' || branch === 'remix_live' || branch.includes('remix_beta') || branch.includes('metamask'))
309
310
if (!checkBrowserIsChrome(browser)) {
311
module.exports = {}
0 commit comments