Skip to content

Commit

Permalink
disabling test
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Oct 16, 2024
1 parent d755f21 commit 0a4419a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
parameters:
run_flaky_tests:
type: boolean
default: true
default: false
orbs:
browser-tools: circleci/[email protected]
win: circleci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/tests/runAndDeploy_injected.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const branch = process.env.CIRCLE_BRANCH;
const isMasterBranch = branch === 'master';

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

const localsCheck = {
Expand Down

0 comments on commit 0a4419a

Please sign in to comment.