Skip to content

Commit

Permalink
disable old etherscan e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Oct 23, 2024
1 parent 5edf74a commit 1647118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/tests/etherscan_api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const branch = process.env.CIRCLE_BRANCH;
const isMasterBranch = branch === 'master';

module.exports = {
...(branch ? (isMasterBranch ? tests : {}) : tests),
...{} //(branch ? (isMasterBranch ? tests : {}) : tests),
};


Expand Down

0 comments on commit 1647118

Please sign in to comment.