File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -220,19 +220,19 @@ jobs:
220220 parallelism : 8
221221 << : *cypress_test_steps
222222
223- cypress-chrome-cloudready-with-latest-addon-and-old-core-components :
224- executor : test_executor_cloudready
225- environment :
226- AEM : addon-latest
227- TYPE : cypress
228- BROWSER : chrome
229- PRERELEASE : ' true'
230- FT : ' true'
231- CORE_COMPONENTS : ' 3.0.0'
232- resource_class : xlarge
233- working_directory : /home/circleci/build
234- parallelism : 8
235- << : *cypress_test_steps
223+ # cypress-chrome-cloudready-with-latest-addon-and-old-core-components:
224+ # executor: test_executor_cloudready
225+ # environment:
226+ # AEM: addon-latest
227+ # TYPE: cypress
228+ # BROWSER: chrome
229+ # PRERELEASE: 'true'
230+ # FT: 'true'
231+ # CORE_COMPONENTS: '3.0.0'
232+ # resource_class: xlarge
233+ # working_directory: /home/circleci/build
234+ # parallelism: 8
235+ # <<: *cypress_test_steps
236236
237237 jsdocs-deploy :
238238 docker :
@@ -419,19 +419,19 @@ workflows:
419419 ignore : /.*/
420420 tags :
421421 only : /^core-forms-components-reactor-\d+\.\d+\.\d+$/
422- - cypress-chrome-cloudready-with-latest-addon-and-old-core-components :
423- filters :
424- # branches:
425- # ignore: /.*/
426- tags :
427- only : /^core-forms-components-reactor-\d+\.\d+\.\d+$/
428- requires :
429- - build-java-11
422+ # - cypress-chrome-cloudready-with-latest-addon-and-old-core-components:
423+ # filters:
424+ # # branches:
425+ # # ignore: /.*/
426+ # tags:
427+ # only: /^core-forms-components-reactor-\d+\.\d+\.\d+$/
428+ # requires:
429+ # - build-java-11
430430 - release :
431431 requires :
432432 - build-java-11
433433 - jsdocs-deploy
434- - cypress-chrome-cloudready-with-latest-addon-and-old-core-components
434+ # - cypress-chrome-cloudready-with-latest-addon-and-old-core-components
435435 filters :
436436 branches :
437437 ignore : /.*/
You can’t perform that action at this time.
0 commit comments