Disable test262 CircleCI job (#14044)

This commit is contained in:
Nicolò Ribaudo 2021-12-11 17:49:33 +01:00 committed by GitHub
parent 2d9fb7f83b
commit dfcfbf3b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,38 +171,38 @@ workflows:
build-standalone: build-standalone:
jobs: jobs:
- build-standalone - build-standalone
test262: # test262:
jobs: # jobs:
- test262: # - test262:
filters: # filters:
branches: # branches:
only: # only:
- main # - main
- next-8-dev # - next-8-dev
- next-8-rebased # - next-8-rebased
context: babel-test262 # context: babel-test262
test262-pr: # test262-pr:
jobs: # jobs:
- approve-test262-run: # - approve-test262-run:
type: approval # type: approval
filters: # filters:
branches: # branches:
ignore: # ignore:
- main # - main
- master # - master
- next-8-dev # - next-8-dev
- next-8-rebased # - next-8-rebased
- test262: # - test262:
requires: # requires:
- approve-test262-run # - approve-test262-run
filters: # filters:
branches: # branches:
ignore: # ignore:
- main # - main
- master # - master
- next-8-dev # - next-8-dev
- next-8-rebased # - next-8-rebased
context: babel-test262 # context: babel-test262
e2e-breaking: e2e-breaking:
jobs: jobs: