diff --git a/apps/remix-ide-e2e/src/tests/quickDapp.test.ts b/apps/remix-ide-e2e/src/tests/quickDapp.test.ts index d4a4844a5ff..a09581fc485 100644 --- a/apps/remix-ide-e2e/src/tests/quickDapp.test.ts +++ b/apps/remix-ide-e2e/src/tests/quickDapp.test.ts @@ -233,7 +233,7 @@ const branch = process.env.CIRCLE_BRANCH; const isMasterBranch = branch === 'master'; module.exports = { - ...(branch ? (isMasterBranch ? tests : {}) : tests), + ...{} //(branch ? (isMasterBranch ? tests : {}) : tests), }; const sources = [