disabling test

pull/5297/head
yann300 1 month ago committed by Aniket
parent 7dc80fd528
commit 7e44c51564
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/runAndDeploy_injected.test.ts

@ -3,7 +3,7 @@ version: 2.1
parameters:
run_flaky_tests:
type: boolean
default: true
default: false
orbs:
browser-tools: circleci/browser-tools@1.4.4
win: circleci/windows@5.0

@ -275,7 +275,7 @@ const branch = process.env.CIRCLE_BRANCH;
const isMasterBranch = branch === 'master';
module.exports = {
...tests,
...{} //(branch ? (isMasterBranch ? tests : {}) : tests),
};
const localsCheck = {

Loading…
Cancel
Save