Merge pull request #5231 from ethereum/disabletest

disable qd test
pull/5232/head
bunsenstraat 2 months ago committed by GitHub
commit 7211c686f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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 = [

Loading…
Cancel
Save