diff --git a/.circleci/config.yml b/.circleci/config.yml index 6189364ea0..d5a065c41d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: run_flaky_tests: type: boolean - default: true + default: false orbs: browser-tools: circleci/browser-tools@1.4.4 win: circleci/windows@5.0 @@ -355,7 +355,7 @@ jobs: type: string jobsize: type: string - parallelism: 3 + parallelism: 10 steps: - checkout - attach_workspace: diff --git a/apps/remix-ide-e2e/src/tests/solidityImport.test.ts b/apps/remix-ide-e2e/src/tests/solidityImport.test.ts index cecbdfbee7..4f3c51a3a9 100644 --- a/apps/remix-ide-e2e/src/tests/solidityImport.test.ts +++ b/apps/remix-ide-e2e/src/tests/solidityImport.test.ts @@ -115,7 +115,7 @@ module.exports = { .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 // clone https://github.com/yann300/remix-reward .clickLaunchIcon('filePanel')