Skip to content

Commit e166462

Browse files
committed
Disable Podspec tests
Summary: Pull Request resolved: facebook#20755 Differential Revision: D9408317 Pulled By: hramos fbshipit-source-id: 7799cf8ee4c99662299ef9cf1a26913cdf0d8b39
1 parent 61e6650 commit e166462

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@ jobs:
436436
# Runs unit tests on iOS and Apple TV devices
437437
test_objc:
438438
<<: *macos_defaults
439-
parallelism: 3
439+
# Bump back to 3 whenever podspec tests are re-enabled
440+
parallelism: 2
440441
steps:
441442
- attach_workspace:
442443
at: ~/react-native
@@ -447,7 +448,8 @@ jobs:
447448

448449
- run: *run-objc-ios-tests-with-parallelism
449450
- run: *run-objc-tvos-tests-with-parallelism
450-
- run: *run-podspec-tests-with-parallelism
451+
# Disabled
452+
# - run: *run-podspec-tests-with-parallelism
451453

452454
- store_test_results:
453455
path: ~/react-native/reports/junit

0 commit comments

Comments
 (0)