turn off flaky

master
bunsenstraat 4 days ago committed by Aniket
parent 673c5fbf2a
commit db6c4e30fe
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/terminal.test.ts

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

@ -195,7 +195,7 @@ module.exports = {
.journalChildIncludes('inside getOwner', { shouldHaveOnlyOneOccurrence: true }) .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 let addressRef: string
browser browser
.addFile('contracts/contract_with_event.sol', { content: contract_with_event }) .addFile('contracts/contract_with_event.sol', { content: contract_with_event })

Loading…
Cancel
Save