pull/5647/head
bunsenstraat 2 weeks ago
parent c61b5fbf5b
commit 7200f31fad
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/terminal.test.ts

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

@ -195,7 +195,7 @@ module.exports = {
.journalChildIncludes('inside getOwner', { shouldHaveOnlyOneOccurrence: true })
},
'Emit 2 similar events and check the filtering is done properly #group4': function (browser: NightwatchBrowser) {
'Emit 2 similar events and check the filtering is done properly #group4 #flaky': function (browser: NightwatchBrowser) {
let addressRef: string
browser
.addFile('contracts/contract_with_event.sol', { content: contract_with_event })

Loading…
Cancel
Save