pull/5096/head
bunsenstraat 3 months ago committed by yann300
parent 62ad8fe400
commit 7b14882cd5
  1. 4
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/solidityImport.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
@ -355,7 +355,7 @@ jobs:
type: string type: string
jobsize: jobsize:
type: string type: string
parallelism: 3 parallelism: 10
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:

@ -115,7 +115,7 @@ module.exports = {
.verifyContracts(['test13', 'ERC20'], { wait: 30000 }) .verifyContracts(['test13', 'ERC20'], { wait: 30000 })
}, },
'Test NPM Import (the version is specified in package.json) #group4 #flaky': function (browser: NightwatchBrowser) { 'Test NPM Import (the version is specified in package.json) #group4': function (browser: NightwatchBrowser) {
browser browser
// clone https://github.com/yann300/remix-reward // clone https://github.com/yann300/remix-reward
.clickLaunchIcon('filePanel') .clickLaunchIcon('filePanel')

Loading…
Cancel
Save