Disable Podspec tests

Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/20755

Differential Revision: D9408317

Pulled By: hramos

fbshipit-source-id: 7799cf8ee4c99662299ef9cf1a26913cdf0d8b39
This commit is contained in:
Héctor Ramos 2018-08-20 14:33:18 -07:00 committed by Facebook Github Bot
parent 322d0e00e2
commit 8e95f72ea5
1 changed files with 4 additions and 2 deletions

View File

@ -436,7 +436,8 @@ jobs:
# Runs unit tests on iOS and Apple TV devices
test_objc:
<<: *macos_defaults
parallelism: 3
# Bump back to 3 whenever podspec tests are re-enabled
parallelism: 2
steps:
- attach_workspace:
at: ~/react-native
@ -447,7 +448,8 @@ jobs:
- run: *run-objc-ios-tests-with-parallelism
- run: *run-objc-tvos-tests-with-parallelism
- run: *run-podspec-tests-with-parallelism
# Disabled
# - run: *run-podspec-tests-with-parallelism
- store_test_results:
path: ~/react-native/reports/junit