reset flaky

pull/5468/head
bunsenstraat 2 months ago committed by bunsenstraat
parent 5d096e7306
commit 60ca30bbe8
  1. 4
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/transactionExecution.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
@ -784,7 +784,7 @@ workflows:
script: ["flaky.sh"] script: ["flaky.sh"]
job: ["nogroup"] job: ["nogroup"]
jobsize: ["1"] jobsize: ["1"]
parallelism: [5] parallelism: [1]
build_all: build_all:
unless: << pipeline.parameters.run_flaky_tests >> unless: << pipeline.parameters.run_flaky_tests >>
jobs: jobs:

@ -216,7 +216,7 @@ module.exports = {
.journalLastChildIncludes('"documentation": "param3 from library"') .journalLastChildIncludes('"documentation": "param3 from library"')
}, },
'Should compile and deploy 2 simple contracts, the contract creation component state should be correctly reset for the deployment of the second contract #flaky #group4': function (browser: NightwatchBrowser) { 'Should compile and deploy 2 simple contracts, the contract creation component state should be correctly reset for the deployment of the second contract #group4': function (browser: NightwatchBrowser) {
browser browser
.addFile('Storage.sol', sources[6]['Storage.sol']) .addFile('Storage.sol', sources[6]['Storage.sol'])
.addFile('Owner.sol', sources[6]['Owner.sol']) .addFile('Owner.sol', sources[6]['Owner.sol'])

Loading…
Cancel
Save