Skip to content

Commit

Permalink
Disable Podspec tests
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook#20755

Differential Revision: D9408317

Pulled By: hramos

fbshipit-source-id: 7799cf8ee4c99662299ef9cf1a26913cdf0d8b39
  • Loading branch information
hramos authored and facebook-github-bot committed Aug 20, 2018
1 parent 1fb10ed commit c33c605
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c33c605

Please sign in to comment.