From c4d2ac6401922c9d6c6f87e548c27cfdbcd9ea1f Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Fri, 12 Sep 2025 03:03:28 -0700 Subject: [PATCH] Temporarily disable prebuilds for template e2e tests on main branch (#53715) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53715 This is a backport of https://github.com/facebook/react-native/commit/ee08261123ac513941189cf7566337156576d4dd on `main` as otherwise 0.83 will also be affected by the same problem (CI broken for iOS on the release branch). Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D82119125 fbshipit-source-id: 6fbdcd42b446bd49ac71bbe834181ba91cc67990 --- .github/workflows/test-all.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 6afb687766b..34aeb989cba 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -276,7 +276,8 @@ jobs: NEW_ARCH_ENABLED=1 export RCT_USE_LOCAL_RN_DEP=/tmp/third-party/ReactNativeDependencies${{ matrix.flavor }}.xcframework.tar.gz - export RCT_TESTONLY_RNCORE_TARBALL_PATH="/tmp/ReactCore/ReactCore${{ matrix.flavor }}.xcframework.tar.gz" + # Disable prebuilds for now, as they are causing issues with E2E tests for 0.82-stable branch + # export RCT_TESTONLY_RNCORE_TARBALL_PATH="/tmp/ReactCore/ReactCore${{ matrix.flavor }}.xcframework.tar.gz" HERMES_ENGINE_TARBALL_PATH=$HERMES_PATH RCT_NEW_ARCH_ENABLED=$NEW_ARCH_ENABLED bundle exec pod install xcodebuild \