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:
jobs:
- build-standalone
test262:
jobs:
- test262:
filters:
branches:
only:
- main
- next-8-dev
- next-8-rebased
context: babel-test262
test262-pr:
jobs:
- approve-test262-run:
type: approval
filters:
branches:
ignore:
- main
- master
- next-8-dev
- next-8-rebased
- test262:
requires:
- approve-test262-run
filters:
branches:
ignore:
- main
- master
- next-8-dev
- next-8-rebased
context: babel-test262
# test262:
# jobs:
# - test262:
# filters:
# branches:
# only:
# - main
# - next-8-dev
# - next-8-rebased
# context: babel-test262
# test262-pr:
# jobs:
# - approve-test262-run:
# type: approval
# filters:
# branches:
# ignore:
# - main
# - master
# - next-8-dev
# - next-8-rebased
# - test262:
# requires:
# - approve-test262-run
# filters:
# branches:
# ignore:
# - main
# - master
# - next-8-dev
# - next-8-rebased
# context: babel-test262
e2e-breaking:
jobs: