turn off flaky

pull/5343/head
bunsenstraat 3 weeks ago committed by Aniket
parent 3e7b94b55e
commit da367cafcd
  1. 4
      .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
@ -640,7 +640,7 @@ jobs:
type: string
jobsize:
type: string
parallelism: 1
parallelism: 10
steps:
- checkout
- attach_workspace:

Loading…
Cancel
Save