Skip to content

Commit

Permalink
Disable test262 CircleCI job (#14044)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 11, 2021
1 parent 2d9fb7f commit dfcfbf3
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .circleci/config.yml
Expand Up @@ -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:
Expand Down

0 comments on commit dfcfbf3

Please sign in to comment.