Skip to content

Commit 1647118

Browse files
committed
disable old etherscan e2e
1 parent 5edf74a commit 1647118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const branch = process.env.CIRCLE_BRANCH;
6262
const isMasterBranch = branch === 'master';
6363

6464
module.exports = {
65-
...(branch ? (isMasterBranch ? tests : {}) : tests),
65+
...{} //(branch ? (isMasterBranch ? tests : {}) : tests),
6666
};
6767

6868

0 commit comments

Comments
 (0)