Skip to content

Commit

Permalink
disable qd test
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Sep 27, 2024
1 parent bc83435 commit d50438a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/tests/quickDapp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit d50438a

Please sign in to comment.