From 20e66db0beaecb4a4531fed9d9856aa7bcb9358e Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Fri, 26 May 2023 09:26:51 -0700 Subject: [PATCH] Revert D46225044: Add tests in CI not to break Hermes-Xcode integration Differential Revision: D46225044 Original commit changeset: 265364a0b4c1 Original Phabricator Diff: D46225044 fbshipit-source-id: bd3e903f973ad8989a4b05f3bf787cc1c01f0573 --- .circleci/config.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dda6d02f4fc..6ce5e972848 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -922,26 +922,6 @@ jobs: # ------------------------- # JOBS: Test iOS RNTester # ------------------------- - test_ios_rntester_hermes_integration: - executor: reactnativeios - steps: - - checkout_code_with_cache - - run_yarn - - run: - name: Pod install - command: | - cd packages/rn-tester - rm -rf Pods Podfile.lock - bundle install - RCT_NEW_ARCH_ENABLED=1 bundle exec pod install - - run: - name: Build RNTester - command: | - xcodebuild build \ - -workspace packages/rn-tester/RNTesterPods.xcworkspace \ - -scheme RNTester \ - -sdk iphonesimulator - test_ios_rntester: executor: reactnativeios parameters: @@ -1617,7 +1597,6 @@ workflows: - equal: [ false, << pipeline.parameters.run_nightly_workflow >> ] jobs: - prepare_hermes_workspace - - test_ios_rntester_hermes_integration - build_hermesc_linux: requires: - prepare_hermes_workspace