Skip to content

Commit

Permalink
turn off flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat authored and Aniket-Engg committed Jan 27, 2025
1 parent 673c5fb commit db6c4e3
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/terminal.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module.exports = {
.journalChildIncludes('inside getOwner', { shouldHaveOnlyOneOccurrence: true })
},

'Emit 2 similar events and check the filtering is done properly #flaky #group11': function (browser: NightwatchBrowser) {
'Emit 2 similar events and check the filtering is done properly #group11': function (browser: NightwatchBrowser) {
let addressRef: string
browser
.addFile('contracts/contract_with_event.sol', { content: contract_with_event })
Expand Down

0 comments on commit db6c4e3

Please sign in to comment.