From 036d5072b138b0537f62b49f6f4cdaf1f71e4cca Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Mon, 25 Sep 2023 16:28:11 -0700 Subject: [PATCH] Don't load RCTRootViewIntegrationTestsApp.bundle in objc-test.sh (#39615) Summary: https://github.com/facebook/react-native/pull/38871/ removed all the RCTRootViewIntegrationTest stuff. Looks like we missed a line so I'm removing now. ## Changelog: [INTERNAL] [FIXED] - Don't load RCTRootViewIntegrationTestsApp.bundle in objc-test.sh Pull Request resolved: https://github.com/facebook/react-native/pull/39615 Test Plan: CI should pass Reviewed By: cipolleschi Differential Revision: D49612227 Pulled By: ryancat fbshipit-source-id: c16dcf7bec0bdfa839d250cfa6eadf83d792ae0d --- scripts/objc-test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/objc-test.sh b/scripts/objc-test.sh index 4ba9f4eea03599..e1a2a695c968b4 100755 --- a/scripts/objc-test.sh +++ b/scripts/objc-test.sh @@ -108,7 +108,6 @@ xcbeautifyFormat() { preloadBundlesRNIntegrationTests() { # Preload IntegrationTests bundles (packages/rn-tester/) curl -s 'http://localhost:8081/IntegrationTests/IntegrationTestsApp.bundle?platform=ios&dev=true' -o /dev/null - curl -s 'http://localhost:8081/IntegrationTests/RCTRootViewIntegrationTestApp.bundle?platform=ios&dev=true' -o /dev/null } preloadBundlesRNTester() {