Skip to content

Commit

Permalink
Don't load RCTRootViewIntegrationTestsApp.bundle in objc-test.sh (#39615
Browse files Browse the repository at this point in the history
)

Summary:
#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: #39615

Test Plan: CI should pass

Reviewed By: cipolleschi

Differential Revision: D49612227

Pulled By: ryancat

fbshipit-source-id: c16dcf7bec0bdfa839d250cfa6eadf83d792ae0d
  • Loading branch information
Saadnajmi authored and facebook-github-bot committed Sep 25, 2023
1 parent a07c31b commit 036d507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/objc-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 036d507

Please sign in to comment.