diff --git a/.circleci/config.yml b/.circleci/config.yml index 629cdb54e6bead..424227e1a9b7fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -403,27 +403,6 @@ jobs: - store_test_results: path: ./reports/junit - # ----------------------- - # JOBS: Codegen Tests - # ----------------------- - test_codegen: - parameters: - executor: - type: executor - default: nodelts - executor: << parameters.executor >> - steps: - - checkout - - setup_artifacts - - run: - name: Install Yarn in codegen - command: yarn install - working_directory: packages/react-native-codegen - - run: - name: Run Tests - command: yarn jest - working_directory: packages/react-native-codegen - # ------------------------- # JOBS: iOS Unit Tests # ------------------------- @@ -1361,7 +1340,6 @@ workflows: unless: << pipeline.parameters.run_package_release_workflow_only >> jobs: - prepare_hermes_workspace - - test_codegen - build_hermesc_linux: requires: - prepare_hermes_workspace