Skip to content

Commit 69f0f83

Browse files
committed
disable metamask e2e
1 parent 00bdd4c commit 69f0f83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,13 @@ const tests = {
307307
const branch = process.env.CIRCLE_BRANCH
308308
const runTestsConditions = branch && (branch === 'master' || branch === 'remix_live' || branch.includes('remix_beta') || branch.includes('metamask'))
309309

310-
if (!checkBrowserIsChrome(browser)) {
310+
// if (!checkBrowserIsChrome(browser)) {
311311
module.exports = {}
312-
} else {
313-
module.exports = {
314-
...(branch ? (runTestsConditions ? tests : {}) : tests)
315-
};
316-
}
312+
// } else {
313+
// module.exports = {
314+
// ...(branch ? (runTestsConditions ? tests : {}) : tests)
315+
// };
316+
// }
317317

318318
const EIP712_Example = {
319319
domain: {

0 commit comments

Comments
 (0)