We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e6650 commit e166462Copy full SHA for e166462
.circleci/config.yml
@@ -436,7 +436,8 @@ jobs:
436
# Runs unit tests on iOS and Apple TV devices
437
test_objc:
438
<<: *macos_defaults
439
- parallelism: 3
+ # Bump back to 3 whenever podspec tests are re-enabled
440
+ parallelism: 2
441
steps:
442
- attach_workspace:
443
at: ~/react-native
@@ -447,7 +448,8 @@ jobs:
447
448
449
- run: *run-objc-ios-tests-with-parallelism
450
- run: *run-objc-tvos-tests-with-parallelism
- - run: *run-podspec-tests-with-parallelism
451
+ # Disabled
452
+ # - run: *run-podspec-tests-with-parallelism
453
454
- store_test_results:
455
path: ~/react-native/reports/junit
0 commit comments